http UseCookies property
Return to Introduction  Previous page  Next page
Applies to
acHTTP and acWebImage components.  

Declaration
property UseCookies: Boolean;  

Description
The UseCookies property controls whether you would like to receive cookies from the Web.  
 
If UseCookies is False, component will NOT automatically add cookie headers to requests, and does NOT automatically add returned cookies to the cookie database.  

See also
UseCache property.