System.Web.Configuration.SessionStateSection.Mode Property

Gets or sets a value specifying where to store the session state.

Syntax

[System.Configuration.ConfigurationProperty("mode", DefaultValue="InProc")]
public System.Web.SessionState.SessionStateMode Mode { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Web.SessionState.SessionStateMode is not a required attribute and can be inherited from a higher level in the configuration hierarchy or from the default value. However, the configuration handler for this section will always write out the mode based on the current inherited value when writing this section.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0