HttpSessionStateContainer::SessionID Property

 

Gets the unique identifier for the session.

Namespace:   System.Web.SessionState
Assembly:  System.Web (in System.Web.dll)

public:
property String^ SessionID {
	virtual String^ get() sealed;
}

Property Value

Type: System::String^

The unique session identifier.

.NET Framework
Available since 2.0
Return to top
Show: