HttpSessionStateWrapper.SessionID Property

Definition

Gets the unique identifier for the session.

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

Property Value

The unique session identifier.

Applies to