We should make sure that all mechanisms to clear state between to sessions are still doing their job. E.g. clearing the SSL session Id should not work anymore with the current code as logout() is gone in Fx 21 (https://bugzilla.mozilla.org/show_bug.cgi?id=683262) and "security.enable_ssl2" is gone long ago (even "security.enable_ssl3" is gone, in Fx 23).
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
Trac: Description: We should make sure that all mechanisms to clear state between to sessions are still doing their job. E.g. clearing the SSL session Id should not work anymore with the current code as logout() is gone in Fx 21 (https://bugzilla.mozilla.org/show_bug.cgi?id=683262) and "security.enable_ssl2" is gone long ago (even "security.enable_ssl3" is gone in Fx 23).
to
We should make sure that all mechanisms to clear state between to sessions are still doing their job. E.g. clearing the SSL session Id should not work anymore with the current code as logout() is gone in Fx 21 (https://bugzilla.mozilla.org/show_bug.cgi?id=683262) and "security.enable_ssl2" is gone long ago (even "security.enable_ssl3" is gone, in Fx 23).
Ok. I merged this. However, I wonder if we should also call nsINSSComponent.LogoutAuthenticatedPK11() (which clears temporary cert additions), and perhaps find some way to call PK11_LogoutAll()?
The first one seems a good idea. The second one might not matter (and I don't see an obvious way to do it from JS).