6.5.5 Timeout Property

The Timeout property specifies the timeout period for 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
- The number of minutes that a session can remain idle before the server terminates it automatically. The default is 20 minutes.
Remarks
The SessionTimeout registry or configuration file setting controls the default value of the Timeout property for an ASP application.
Copyright © 2000 Chili!Soft
|