HTTPApp.TWebRequest.Cookie
From RAD Studio VCL Reference
Contents |
Delphi Information
From HTTPApp.pas
property Cookie: AnsiString read GetStringVariable;
Unit: HTTPApp
Type: property
Visibility: public
Member Of: TWebRequest
C++ Information
From HTTPApp.hpp
__property System::AnsiStringT<0> Cookie = {read=GetStringVariable};
Unit: HTTPApp
Type: property
Visibility: public
Member Of: TWebRequest
Description
Reports the value of the Cookie header of the HTTP request message.
Use Cookie to read the "cookie" strings provided in the Web client request. Cookie strings are used to track state information in a Web application. Cookie is the unparsed value of the Cookie header. The Cookie header can include multiple fields separated by semicolons. Use the CookieFields property to work with the Cookie header on a field-by-field basis.