Pages

Showing posts with label classic-asp-session-timeout. Show all posts
Showing posts with label classic-asp-session-timeout. Show all posts

Monday, September 24, 2012

classic asp session timeout

classic asp session timeout  session object has timeout property


session TimeOut :- Returns the timeout period for a user session. The session timeout period is specified in minutes. if a user does not refresh or request a page within the timeout period the session ends. The default value of the Timeout property in iis  30 mins

syntax for session timeout

<%
session.Timeout = 30
%>