Article ID: 233477 - Last Review: December 3, 2007 - Revision: 6.2 PRB: Session.Timeout Has a Maximum of 24 Hours
This article was previously published under Q233477 On This PageSYMPTOMS Setting the value of the Session.Timeout property to greater than 24 hours (1440 minutes) produces the
following symptoms: If you set Session.Timeout in an ASP script or in the Global.asa file, you see the following error messages: - SessionID error 'ASP 0164 :
80004005' Invalid TimeOut Value /MyAsp.asp, line 2 An invalid TimeOut value was specified. CAUSE The Session.TimeOut property has a maximum of 24 hours (1440 minutes). Sessions
variables are no longer valid past this time. RESOLUTION To work around this time limitation, you would pass values
from ASP page to ASP page either through QueryString parameters or as hidden FORM fields.
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
175167
(http://support.microsoft.com/kb/175167/
)
How to store state in Active
Server Pages applications
157906
(http://support.microsoft.com/kb/157906/
)
How to
maintain state across pages with VBScript
MORE INFORMATIONTo access the Session.Timeout value for the Web site, follow these steps: Microsoft Windows 2000
Microsoft Windows Server 2003
STATUS
This behavior is by design. | Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top