HttpSessionStateWrapper::Timeout Property

 

Gets or sets the time, in minutes, that can elapse between requests before the session-state provider ends the session.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

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

Property Value

Type: System::Int32

The time-out period, in minutes.

.NET Framework
Available since 3.5
Return to top
Show: