SessionStateSection.SessionIDManagerType Property

Definition

Gets or sets a value specifying the fully qualified type of session ID Manager.

public:
 property System::String ^ SessionIDManagerType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("sessionIDManagerType", DefaultValue="")]
public string SessionIDManagerType { get; set; }
[<System.Configuration.ConfigurationProperty("sessionIDManagerType", DefaultValue="")>]
member this.SessionIDManagerType : string with get, set
Public Property SessionIDManagerType As String

Property Value

A fully qualified type of session ID Manager.

Attributes

Remarks

The SessionIDManagerType overrides session ID generation and management for custom session ID management schemes. The default value is an empty string ("").

Applies to