This documentation is archived and is not being maintained.
SessionStateMode Enumeration
.NET Framework 1.1
Specifies the session-state mode.
[Visual Basic] <Serializable> Public Enum SessionStateMode [C#] [Serializable] public enum SessionStateMode [C++] [Serializable] __value public enum SessionStateMode [JScript] public Serializable enum SessionStateMode
Members
| Member name | Description |
|---|---|
| InProc | Session state is in process with an ASP.NET worker process. InProc is the default. |
| Off | Session state is disabled. |
| SQLServer | Session state is using an out-of-process SQL Server to store state information. |
| StateServer | Session state is using an out-of-process Windows NT Server to store state information. |
Requirements
Namespace: System.Web.SessionState
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: