RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebAppComponents.Sessions Property

Provides access to the sessions service.

Pascal
property Sessions: ISessionsService;
C++
__property ISessionsService Sessions;

Use Sessions to get or set the interface of the sessions service. The sessions service maintains Web sessions so that the WebSnap application can store temporary information about an end user. 

Typically, Sessions is the interface of a TSessionsService object. If the WebSnap application does not include a component that implements the ISessionsService interface, the value of this property is nil (Delphi) or NULL (C++). When Sessions is nil (Delphi) or NULL (C++), the WebSnap application can't use Web sessions to store named information about the current end user. 

 

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