RAD Studio VCL Reference
|
ISessionsService is the interface for controlling a TSessionsService object.
ISessionsService = interface;
__interface ISessionsService;
The TSessionsService component implements ISessionsService. Most applications do not need to use this interface directly. Instead, the TWebAppComponents component uses this interface to drive the orderly management of sessions. In addition, Web session objects (TWebSession) use this interface to update the sessions service when they are terminated.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|