PRB: Session Variables Do Not Persist When Application Contains Empty Global.asa (281298)
The information in this article applies to:
- Microsoft Internet Information Server 4.0
- Microsoft Internet Information Server 5.0
This article was previously published under Q281298 SYMPTOMS
If your application contains an empty (0 byte) Global.asa file, session variables may not be maintained as you browse from page to page in your application.
CAUSE
Because Internet Information Server (IIS) tries to parse Global.asa to determine whether there is a Session_OnStart subroutine to process, if Global.asa is empty, IIS fails when it tries to parse the file.
RESOLUTION
To resolve this problem, open Global.asa in Notepad, press the SPACEBAR, and then save the changes. In addition, you can delete Global.asa.
REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
182891 INFO: Session ID Does Not Persist in Active Server Pages
178037 PRB: Session Variables Lost When ASP is Located in Frameset
173307 PRB: Nested Virtual Roots Can Lose Session State
Modification Type: | Minor | Last Reviewed: | 7/14/2004 |
---|
Keywords: | kbprb kbWebServer KB281298 |
---|
|