SessionStateSection.SessionIDManagerType Property
.NET Framework 3.0
Gets or sets a value specifying the fully qualified type of session ID Manager.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_SessionIDManagerType () /** @property */ public void set_SessionIDManagerType (String value)
public function get SessionIDManagerType () : String public function set SessionIDManagerType (value : String)
Not applicable.
Property Value
A fully qualified type of session ID Manager.Community Additions
ADD
Show: