Hi All,
I would like to clear a session in the axWebBrowser, so when I navigate back to a site there is nothing in the shopping back and I am not logged in.
Can anyone help?
Cheers,
Sam
Printable View
Hi All,
I would like to clear a session in the axWebBrowser, so when I navigate back to a site there is nothing in the shopping back and I am not logged in.
Can anyone help?
Cheers,
Sam
uppp
You would need to clear the cookies probably. Usually that stuff is cookies based, so even closing and reopening the browser leaves everything as it was, because the site reads the cookies and loads the cart and what have you. Is this a specific site you want to do this with, or just in general? If it was a specific site, you could always do something like have the browser initially navigate to the logout page when your program loads, which should clear those cookies and direct them back to the login page.