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)
public: [ConfigurationPropertyAttribute("sessionIDManagerType", DefaultValue = "")] property String^ SessionIDManagerType { String^ get(); void set(String^ value); }
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: