RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebSession.GetSessionID Method

Returns the value of the SessionID property.

Pascal
function GetSessionID: string; override;
C++
virtual __fastcall AnsiString GetSessionID();

GetSessionID is the protected read implementation of the SessionID property. 

In TAbstractWebSession, GetSessionID is abstract or, in C++ terminology, pure virtual, meaning it has no implementation. Descendant classes must override this method to provide an implementation for the SessionID property. 

 

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