HttpSessionStateWrapper.Timeout Property

Definition

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

public:
 virtual property int Timeout { int get(); void set(int value); };
public override int Timeout { get; set; }
member this.Timeout : int with get, set
Public Overrides Property Timeout As Integer

Property Value

The time-out period, in minutes.

Applies to