RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvalidWebSession.UpdateResponse Method

Does nothing.

Pascal
procedure UpdateResponse(AResponse: TWebResponse); override;
C++
virtual __fastcall UpdateResponse(TWebResponse AResponse);

UpdateResponse is called automatically to allow the WebSnap application to add the session ID to the response message before it is sent to the user. In TInvalidWebSession, UpdateResponse does nothing, because invalid Web sessions do not have session ID's. 

 

SessionID

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