mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
61972480b9
Clearing the secure cookie makes sense when it is invalid or expired, but clearing it when it's not sent with a request can unexpectedly log the user out. I ran into this with misconstructed URLs which didn't incorporate base_url. That was itself a bug, but the result of suddenly being unauthenticated makes it harder to track down. Closes gh-3365 (hopefully) Possibly also relevant to gh-2396 I'm not sure why this seems to affect Firefox more than Chrome. |
||
---|---|---|
.. | ||
tests | ||
__init__.py | ||
__main__.py | ||
login.py | ||
logout.py | ||
security.py |