WebBrowser ClearCookies Method C# API
Clears the cookie cache.

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

public virtual void ClearCookies()
Remarks

A WebBrowser object maintains its own cookie cache, and each Virtual User has its own instance of WebBrowser.

This method clears the cookie cache in a similar manner to the Delete Cookies option within Internet Explorer.

See Also