Article ID: 281298 - Last Review: July 14, 2004 - Revision: 3.2 PRB: Session Variables Do Not Persist When Application Contains Empty Global.asaThis article was previously published under Q281298 On This PageSYMPTOMS
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.
MORE INFORMATIONSteps to Reproduce Behavior
REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
182891
(http://support.microsoft.com/kb/182891/EN-US/
)
INFO: Session ID Does Not Persist in Active Server Pages
178037
(http://support.microsoft.com/kb/178037/EN-US/
)
PRB: Session Variables Lost When ASP is Located in Frameset
173307
(http://support.microsoft.com/kb/173307/EN-US/
)
PRB: Nested Virtual Roots Can Lose Session State
| Article Translations
|
Back to the top
