RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomSessionsService.GetSessionIDs Method

Returns a list of the session IDs for all sessions currently in memory.

Pascal
function GetSessionIDs: IWebSessionIDs;
C++
__fastcall IWebSessionIDs GetSessionIDs();

Call GetSessionIDs to obtain a list of the session IDs for all the sessions that the sessions service is storing. GetSessionIDs returns an IWebSessionIDs interface, which lists the session IDs. 

 

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