Rank: Advanced Member Groups: Member
Joined: 2/26/2015 Posts: 53
|
I have an application that uses EO.WebBrowser, that destroys the webbrowser(Runtime.Shutdown), deletes cookies and starts a new webcontrol/webview.
The issue that i've been seeing is that since i'm loading the same page over and over again, sometimes the site thinks its still the same session. Which i do not want.
Is there a method in EO.WebBrowser that cleanly kills the session and starts a new one? Runtime.Shutdown doesn't seem to do this. Is it possibly my timing of starting the new webcontrol/webview that the site thinks its the same session?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, Runtime.Shutdown should do exactly that. I would recommend you to check the version of EO.WebBrowser.dll to make sure you are on the latest version. If you are already on the latest version, please try to isolate the problem into a test project and send it to us: http://www.essentialobjects.com/forum/test_project.aspx Once we have that, we will look into it and see what we can find. Thanks!
|