PRB: Session Variables Persisted After Timeout in SQLServer Mode (316713)



The information in this article applies to:

  • Microsoft ASP.NET (included with the .NET Framework 1.1)
  • Microsoft ASP.NET (included with the .NET Framework) 1.0

This article was previously published under Q316713

SYMPTOMS

When you use SQLServer mode, the session variables may be persisted, even after the specified session timeout.

CAUSE

This behavior can occur because the SQL Server Agent service is not running.

RESOLUTION

To resolve this behavior, start the SQL Server Agent. To do this:
  1. Click Start, select Program Files, and then click Microsoft SQL Server.
  2. In the Services box, select SQL Server Agent.
  3. Click Start/Continue to start the SQL Server Agent service.
NOTE: It is recommended that you click to select the Auto-start service when OS starts check box so that the SQL Server Agent service is started when you re-start your computer.

STATUS

This behavior is by design.

Modification Type:MinorLast Reviewed:7/8/2003
Keywords:kbprb kbState KB316713