RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.Cookie Property

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

Pascal
property Cookie: string;
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. 

 

CookieFields 

ExtractCookieFields 

Cookies 

Properties That Describe the Expected Response

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