SessionStateStoreData.Timeout Property

Definition

Gets or sets the amount of time, in minutes, allowed between requests before the session-state provider terminates the session.

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

Property Value

The time-out period in minutes.

Applies to

See also