RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebAppComponents.ImplFinishContext Method

Provides the underlying implementation of the FinishContext method.

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

ImplFinishContext performs any final tasks and cleanup after the WebSnap application has finished processing a request message. 

ImplFinishContext  

 

  1. Instructs the Web dispatcher that implements the DispatchActions property to perform any final tasks. 

  2. Calls the DoneModule method for every active Web module so that it can be freed or deactivated. 

  3. Frees the Web context for the current request. 

  4. Adds the session ID of the current session to the response message so that subsequent requests from the same caller can use the same session.

 

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