|
-
Jun 28th, 2009, 10:49 PM
#1
Thread Starter
New Member
Need Help with restarting webbrowser // recognizing cookies been deleted
My problem is I have code delete a cookie it deletes it perfectly but my webbrowser1 doesnt recognize that its gone unless I restart the app. I'm wondering how I could get the webbrowser to restart (not refresh) or any way to get it to recognize the cookies no longer there?
Any help is greatly appreciated, thanks in advance!
-
Jun 29th, 2009, 12:23 AM
#2
Re: Need Help with restarting webbrowser // recognizing cookies been deleted
you could do a "SendKeys" ctrl+F5 which clears the cache and refreshes.
or you could store the web address, dispose of the WebBrowserControl and create a new one that navigates to the stored address.
-
Jun 29th, 2009, 01:07 AM
#3
Thread Starter
New Member
Re: Need Help with restarting webbrowser // recognizing cookies been deleted
 Originally Posted by stateofidleness
you could do a "SendKeys" ctrl+F5 which clears the cache and refreshes.
or you could store the web address, dispose of the WebBrowserControl and create a new one that navigates to the stored address.
ctrl+f5 didnt work. How exactly would I dispose of the webbrowser and create a new one?
-
Jul 2nd, 2009, 05:28 AM
#4
Thread Starter
New Member
Re: Need Help with restarting webbrowser // recognizing cookies been deleted
Still haven't gotten this to work, any help is greatly appreciated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|