MD_ASP_SESSIONTIMEOUT

This identifier specifies the maximum length of time, in minutes, that a Session object will be maintained after the last request from the client associated with it has been received.

Attributes

Data type DWORD
Default inheritance Inheritable
User type ASP_MD_UT_APP

Values

Value Range
1 – 0xFFFFFFFF
Default Value
20

Metabase Keys

This identifier is available at the following metabase keys:

Metabase Path Key Type
/LM/W3SVC IIsWebService
/LM/W3SVC/n IIsWebServer
/LM/W3SVC/n/ROOT IIsWebVirtualDir
/LM/W3SVC/n/ROOT/WebVirtualDir IIsWebVirtualDir
/LM/W3SVC/n/ROOT/WebVirtualDir/WebDirectory IIsWebDirectory

Remarks

This value can be accessed and overridden by an ASP script by using the Session.Timeout property.

See Also

AspSessionTimeout, MD_ASP_SCRIPTTIMEOUT