Hello!
I'm using a webbrowser control in my program and I navigate to a page that uses sessions. I need to delete them somehow and I tried to close IE and enter it again and it worked, the sessions were deleted.
But I've done it manually, and I need to do it through my program, so is there a way to imitate the closing and reopening of my webbrowser control?

Thanks!