RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomSessionsService.OnEndSession Event

Occurs when the sessions service detects that a session has terminated.

Pascal
property OnEndSession: TEndSessionEvent;
C++
__property TEndSessionEvent OnEndSession;

Write an OnEndSession event handler to take specific action when a session terminates. For example, an OnEndSession event handler could store information from sessions that time out in a more persistent form such as a database. 

 

OnStartSession 

Terminate 

TimeoutMinutes

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