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)

public:
property int Timeout {
	virtual int get();
	virtual void set(int value);
}

Property Value

Type: System::Int32

The time-out period in minutes.

.NET Framework
Available since 2.0
Return to top
Show: