HttpSessionStateBase.SessionID Property

Definition

When overridden in a derived class, gets the unique identifier for the session.

public:
 virtual property System::String ^ SessionID { System::String ^ get(); };
public virtual string SessionID { get; }
member this.SessionID : string
Public Overridable ReadOnly Property SessionID As String

Property Value

The unique session identifier.

Exceptions

Applies to