I\'m using client certificates in SSL sessions to authenticate users, but I\'m having a bit of a problem with cached sessions. (I have configured IIS to accept—not req
You may be interested in this discussion and this Chromium issue. In particular, you should try:
if (window.crypto) window.crypto.logout();