RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebContext.Session Property

Provides access to the current Web session.

Pascal
property Session: TAbstractWebSession;
C++
__property TAbstractWebSession Session;

Use Session to get or set information about the current session. Sessions store information about an end user that is needed for a short period of time. This can be used for such tasks as login/logout support, recording user preferences, and so on.

Note: If you want to use a session to store end user information, the WebSnap application should include a TSessionsService component.
 

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