Timeout

The Timeout property specifies the timeout period assigned to the Session object for this application, in minutes. If the user does not refresh or request a page within the timeout period, the session ends.

Syntax

Session.Timeout [ = nMinutes] 
 

Parameters

nMinutes
Specifies the number of minutes that a session can remain idle before the server terminates it automatically. The default is 20 minutes.

Applies To

Session Object

See Also

Abandon