I have been developing an application which uses a digital certificate to log in.
The problem is that if the user wants to log out or he introduces other certificate that he doesn't want, the application doesn't clean the SSL session or "deselects" the digital certificate in Google Chrome.
The application execute this line when the browser es Internet Explorer
- document.execCommand("ClearAuthenticationCache");
And this line when the browser is Firefox
But these instructions don't work in Google Chrome
Any suggestion??
Reggards