WebBrowser CookiesSupported Property C# API
Gets or sets a value that indicates whether cookies are be handled automatically.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public bool CookiesSupported { get; set; }

Field Value

true if cookies will be handled automatically; otherwise, false.
Remarks

If cookies are handled automatically, then eggPlant Performance will automatically store any cookies that are set by the web server, and send them back to the web server in subsequent requests.
See Also