Session.Timeout

The Timeout property specifies the time-out period assigned to the Session object for the application, in minutes. If the user does not refresh or request a page within the time-out 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 10 minutes.
Applies To

Session Object