SessionStateStoreData.Timeout Property

 

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)

abstract Timeout : int with get, set
override Timeout : int with get, set

Property Value

Type: System.Int32

The time-out period in minutes.

.NET Framework
Available since 2.0
Return to top
Show: