RAD Studio VCL Reference
|
IWebSession allows an application to terminate a Web session.
IWebSession = interface;
__interface IWebSession;
Use IWebSession to terminate an active Web session. When you add a new session to a TSessionsService component using the ISessionsService interface, it returns an IWebSession interface for the new session. You can use this interface to terminate the session. Once a session terminates, the application can no longer access its named values.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|