RAD Studio VCL Reference
|
TCookie represents a Cookie header in an HTTP response message.
TCookie = class(TCollectionItem);
class TCookie : public TCollectionItem;
HTTPApp
Use TCookie to specify the cookie header that should be sent with a response message when responding to an HTTP request message. Cookie headers contain state information that the Web client passes on to other locations on the Internet or Intranet.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|