RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebDataModule.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 timeout period elapses). 

 

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