Skip to content
Snippets Groups Projects
Commit 50b542ec authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Merge pull request #2219 from mozilla/issue2183-hotfix

Fix "IE doesn't keep you logged in between restarts (or page reloads)" p...

Without P3P headers set, IE is still capable of sending any existing cookies with requests to the backend.  Since cookies are sent, the authentication cookie is sent with session_context.  session_context will properly say whether the user is authenticated or not.  If the user is authenticated, emails & certs will be synced.  Any expired certs will be erased and re-certified if needed.

I give this an r+.
parents db3eb852 22268697
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment