SessionStateSection.SessionIDManagerType Property
.NET Framework (current version)
Gets or sets a value specifying the fully qualified type of session ID Manager.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("sessionIDManagerType", DefaultValue := "")> Public Property SessionIDManagerType As String
The SessionIDManagerType overrides session ID generation and management for custom session ID management schemes. The default value is an empty string ("").
.NET Framework
Available since 2.0
Available since 2.0
Show: