RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebSession Interface

IWebSession allows an application to terminate a Web session.

Pascal
IWebSession = interface;
C++
__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.

Note: In C++, method declarations that use IWebSession use the _di_IWebSession type instead. This type is a DelphiInterface wrapper around the IWebSession interface:
Note: typedef System::DelphiInterface< IWebSession > _di_IWebSession;
 

 

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