RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebSess.TStartSessionEvent Type

TStartSessionEvent is the type for event handlers that are called when a session starts up.

Pascal
TStartSessionEvent = procedure (ASender: TObject; ASession: TAbstractWebSession) of object;
C++
(ASender: TObject; ASession: TAbstractWebSession) ( TStartSessionEvent)();

ASender is the sessions service component that manages the sessions in the WebSnap application. 

ASession is the session object for the new session. Note that the object for a session may change over the lifetime of the session. The name/value pairs, session ID, and time-out period persist over changes in the session object. 

 

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