RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomSessionsService.SaveToStream Method

Saves the list of sessions to a stream.

Pascal
procedure SaveToStream(S: TStream);
C++
__fastcall SaveToStream(TStream S);

Call SaveToStream to write the current list of sessions to a stream. SaveToStream saves all of the sessions, including their session IDs, name/value lists, time-out period, and status information about when they were last accessed. 

The sessions can be read back into a sessions service by calling the LoadFromStream method. 

S is the stream to which the list of sessions is written. 

 

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