THTTPSend.Cookies
THTTPSend     

property Cookies: TStringList;

Unit
httpsend

Description
This is stringlist with name-value stringlist pairs. Each this pair is one cookie.

After HTTP request is returned cookies parsed to this stringlist. You can leave this cookies untouched for next HTTP request.

You can also save this stringlist for later use.



See also:
HTTPMethod