RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.Cookie Property

Reports the value of the Cookie header of the HTTP request message.

Pascal
property Cookie: AnsiString;
C++
__property AnsiString Cookie;

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. 

 

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