RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebSession.UpdateResponse Method

Adds the session ID to a cookie in a response message.

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

Call UpdateResponse to add the value of the SessionID property to one of the response message's cookies. This allows the user's next request message to use the Values stored in this session.  

AResponse is the Web response message to which a cookie with the session ID should be added. 

 

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