RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebSession.Terminate Method

Terminates the session.

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

Call Terminate to explicitly terminate a session. Once a session has been terminated, the application can no longer access its Values. 

Sessions are terminated automatically when the application does not receive any requests for the session for TimoutMinutes minutes. 

 

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