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 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. I'd prefer to do this as a website instead of a program but I'd need to show another website inside my website and be able to delete the client's cookies for the other website. Any ideas?