HttpSessionStateContainer.Timeout Property
.NET Framework 2.0
Gets and sets the amount of time, in minutes, allowed between requests before the session-state provider terminates the session.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
| Exception type | Condition |
|---|---|
|
An attempt was made to set the Timeout value to an integer value less than 1. - or - An attempt was made to set the Timeout value to an integer value greater than the maximum allowed when Mode is set to InProc or StateServer. The maximum allowed is 525,600 (one year). |
Community Additions
ADD
Show: