Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

ASP Session Object 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: ASP Session Object Timeout Property

Session.Timeout [= nMinutes]

Parameters: ASP Session Object Timeout Property

nMinutes

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

Remarks: ASP Session Object Timeout Property

The SessionTimeout registry or configuration file setting controls the default value of the Timeout property for an ASP application.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.