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. 

 

TimeoutMinutes 

Values

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