RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebSessionIDs.IDs Property

Lists the session IDs for all the sessions stored by the sessions service.

Pascal
property IDs [I: Integer]: TSessionID;
C++
__property TSessionID IDs[int I];

Use IDs to iterate over the session IDs of all the sessions that the sessions service stores. 

I is the index of the session ID. It can be any value from 0 to IDCount – 1. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!