RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCookie Class

TCookie represents a Cookie header in an HTTP response message.

Pascal
TCookie = class(TCollectionItem);
C++
class TCookie : public TCollectionItem;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!