RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebSession.SessionID Property

Uniquely identifies the Session.

Pascal
property SessionID: string;
C++
__property AnsiString SessionID;

SessionID is an automatically-generated identifier that uniquely identifies the session. The UpdateResponse method adds this identifier to response messages, using a cookie. When the WebSnap application receives a request containing a cookie with a session ID, the WebSnap application uses the ID to recreate a copy of the previous session object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!