RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomEndUserSessionAdapter.ExecuteLogout Method

Logs out the current user.

Pascal
procedure ExecuteLogout; override;
C++
virtual __fastcall ExecuteLogout();

ExecuteLogout is the implementation of the Logout action. When a server-side script executes the logout action, it generates a call to ExecuteLogout. 

In TCustomEndUserAdapter, ExecuteLogout terminates the current Web session. 

 

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