RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSiteModuleHelper.Session Property

Provides access to the current Web session.

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

Read Session to obtain information from or add information to the current Web session. All requests are assigned a Web session, although you can only use the session to store information about the current user if the WebSnap application includes a TSessionsService component. Web sessions persist over multiple calls from the same end user until they are terminated (for example, when the user logs out or when a time-out period elapses). 

 

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