SessionStateSection.Mode Property
.NET Framework 2.0
Gets or sets a value specifying where to store the session state.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: property SessionStateMode Mode { SessionStateMode get (); void set (SessionStateMode value); }
/** @property */ public SessionStateMode get_Mode () /** @property */ public void set_Mode (SessionStateMode value)
public function get Mode () : SessionStateMode public function set Mode (value : SessionStateMode)
Not applicable.
Property Value
One of the SessionStateMode values. The default value is InProc.The following code example demonstrates how to get the Mode property. Refer to the code example in the SessionStateSection class topic to learn how to access the SessionStateSection object.
Community Additions
ADD
Show: