Internet Direct (Indy) Version 9.0.1 Beta
|
property OnInvalidSession: TIdHTTPInvalidSessionEvent;
OnInvalidSession is signalled when the threaded client connection in Thread is executed. InvalidSessionID is the GSessionID Cookie value that identifies the session to be restored. The event handler can set the value of ContinueProcessing to indicate if the server can create a new session for the threaded client connection.
Applications must assign a procedure to the event handler to allow responding to the event notification.