property Cookies: TStringList;
Description
Gets or sets the cookies associated with the request.
You must assign a cookies string to the property to have cookies returned in the Cookies property of the TScHttpWebResponse returned by the GetResponse method.
See also