We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At present, a user cannot log into two different notebooks at the same address with different ports. For example, if I run two notebooks at
http://sage.math.washington.edu:8001
and
http://sage.math.washington.edu:8002
then I can only use one at a time unless I use two separate browsers. A simple change to the cookies should fix this.
CC: @boothby
Component: notebook
Author: Tim Dumol
Reviewer: Mitesh Patel
Merged: sagenb-0.7
Issue created by migration from https://trac.sagemath.org/ticket/6353
The text was updated successfully, but these errors were encountered:
Attachment: trac_6353-cookies-diff-ports.patch.gz
Appends port number to the cookie names.
Sorry, something went wrong.
This should do the trick.
Nice excuse to try out Firecookie.
boothby
No branches or pull requests
At present, a user cannot log into two different notebooks at the same address with different ports. For example, if I run two notebooks at
http://sage.math.washington.edu:8001
and
http://sage.math.washington.edu:8002
then I can only use one at a time unless I use two separate browsers. A simple change to the cookies should fix this.
CC: @boothby
Component: notebook
Author: Tim Dumol
Reviewer: Mitesh Patel
Merged: sagenb-0.7
Issue created by migration from https://trac.sagemath.org/ticket/6353
The text was updated successfully, but these errors were encountered: