##// END OF EJS Templates
Merge pull request #2352 from bfroehle/notebook_unique_cookie_name...
Merge pull request #2352 from bfroehle/notebook_unique_cookie_name Notebook: Store the username in a cookie whose name is unique. Cookies cannot be saved on a per-port basis, so a cookie "username" is shared across all running IPython notebooks with the same hostname. Using a unique cookie name prevents this collision. This allows a user to start multiple IPython notebooks and be logged into each.
Bussonnier Matthias -
r8360:57ed0166 merge
Show More
Name Size Modified Last Commit Author
/ IPython / lib / tests
__init__.py Loading ...
test_backgroundjobs.py Loading ...
test_deepreload.py Loading ...
test_imports.py Loading ...
test_irunner.py Loading ...
test_irunner_pylab_magic.py Loading ...
test_kernel.py Loading ...
test_latextools.py Loading ...
test_pretty.py Loading ...
test_security.py Loading ...