This documentation is archived and is not being maintained.
HttpSessionState.Timeout Property
.NET Framework 1.1
Gets and sets the time-out period (in minutes) allowed between requests before the session-state provider terminates the session.
[Visual Basic] Public Property Timeout As Integer [C#] public int Timeout {get; set;} [C++] public: __property int get_Timeout(); public: __property void set_Timeout(int); [JScript] public function get Timeout() : int; public function set Timeout(int);
Property Value
The time-out period, in minutes.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpSessionState Class | HttpSessionState Members | System.Web.SessionState Namespace
Show: