Javascript - Clean SSL Cache

334 views
Skip to first unread message

Jorge Polanco Peña

unread,
Sep 30, 2017, 4:54:09 PM9/30/17
to chromium...@chromium.org
Hello

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
  • window.crypto.logout();
But these instructions don't work in Google Chrome
Any suggestion??

Reggards


Reply all
Reply to author
Forward
0 new messages