Web.HTTPApp.TAbstractWebSession.UpdateResponse
Delphi
procedure UpdateResponse(AResponse: TWebResponse); virtual; abstract;
C++
virtual void __fastcall UpdateResponse(TWebResponse* AResponse) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TAbstractWebSession |
Description
Adds the session ID to a cookie in a response message.
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.