As part of the functionality of my program, I need to be able to log into a website and then navigate to the user-only sections.
The problem is that I need to do this for multiple sites, and also for different accounts on the same site.
So my question is, how can I delete the cookies from the WebBrowser control?
So I can login ====> access content ====> delete cookies to enable further login sessions.
Thanks.