I'm trying to make a little C# program that loads a website and clears all the cookies for that website when a button is pressed.
It could also just clear all the cookies in general if that's easier.
I've been using the standard visual studio web browser but if anyone knows of a better way to do this I'll happily use that. I tried everything in this thread and nothing worked.