This documentation is archived and is not being maintained.
HttpSessionState.Mode Property
.NET Framework 1.1
Gets the current session-state mode.
[Visual Basic] Public ReadOnly Property Mode As SessionStateMode [C#] public SessionStateMode Mode {get;} [C++] public: __property SessionStateMode get_Mode(); [JScript] public function get Mode() : SessionStateMode;
Property Value
One of the SessionStateMode values.
Remarks
See <sessionState> Element for information on how to configure your server for StateServer or SQLServer session state storage mode.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpSessionState Class | HttpSessionState Members | System.Web.SessionState Namespace
Show: