1

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.

Community
  • 1
  • 1
Sneaky Beaver
  • 705
  • 2
  • 8
  • 15
  • 1
    You want to delete all the current cookies for your application instance, or for example if they opened it in Chrome or Internet Explorer you want to clear those cookies too? – Ron Beyer Apr 24 '15 at 21:05
  • Just for the application instance if possible, but if it needs to delete the cookies for IE too that's not a big deal. – Sneaky Beaver Apr 24 '15 at 21:06

0 Answers0