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
%>
No comments:
Post a Comment