System.Web.SessionState.SessionStateMode Enumeration

Specifies the session-state mode.

Syntax

public enum SessionStateMode

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Custom

Session state is using a custom data store to store session-state information.

InProc

Session state is in process with an ASP.NET worker process.

Off

Session state is disabled.

SQLServer

Session state is using an out-of-process SQL Server database to store state information.

StateServer

Session state is using the out-of-process ASP.NET State Service to store state information.

Requirements

Namespace: System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0