Function CSPSession::GetSessionID()
Description:
Retrieves the unique Session ID.
 |
Prototype:
const CSPString& GetSessionID() const;
Arguments:
No arguments (void).
Return value:
Returns a reference to the string containing the Session ID.
Remarks:
Every client has one Session ID which is unique among all the clients.
|
|