HttpSessionStateContainer.SessionID Property

Definition

Gets the unique identifier for the session.

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

Property Value

The unique session identifier.

Implements

Applies to

See also