This is a bug report.
Versions tested:
- Notebook 5.2.2 on python 2.7 on RedHat Enterprise Linux 6.9 and Windows 7
- Notebook 5.2.1 on python 2.7 on Windows 7
Reproduce steps:
- Install Jupyter notebooks with "pip installing jupyter"
- Generate a config file with "jupyter notebook --generate-config"
- Set a password in c.NotebookApp.password in .jupyter/jupyter_notebook_config.py
- Set a base URL in c.NotebookApp.base_url in .jupyter/jupyter_notebook_config.py
- Run "jupyter --notebook"
- Login with password, and click logout, then login again. You'll see the user isn't logged out. Closing the browser doesn't help. The cookie is still present.
If I don't set a base_url (step 4 above), then the logout and cookie clearing works normally.
Can someone confirm this behavior? I tried on both Windows and Linux in my environment and hit this bug.