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.
Session.Timeout [ = nMinutes]
nMinutes | Specifies the number of minutes that a session can remain idle before the server terminates it automatically. The default is 10 minutes. |