Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
Session Object
All Collections
All Events
All Methods
All Objects
All Properties
PROPERTY: Session.Timeout
The
Timeout
property specifies the number of minutes that can elapse while a session is idle before it is terminated. The default is 20 minutes. If the user does not refresh the page or request another page within the allotted time, the session is automatically terminated and the resources are released.
The following code causes the session to terminate if the session is idle for more than 35 minutes.
<%
Session.Timeout
= 35 %>
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information