Skip to content
New issue

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

Use cookies instead of sessionStorage for sessions #660

Merged
merged 1 commit into from
Jun 7, 2016

Conversation

smith
Copy link
Contributor

@smith smith commented Jun 6, 2016

sessionStorage doesn't persist between browser windows, but cookies
behave like one would expect. Change the GitHub session storage to use
cookies instead.

tumblr_o7bue4viju1tk6scko1_540

sessionStorage doesn't persist between browser windows, but cookies
behave like one would expect. Change the GitHub session storage to use
cookies instead.

Signed-off-by: Nathan L Smith <[email protected]>
@reset
Copy link
Collaborator

reset commented Jun 7, 2016

@thesentinels r+

gif-keyboard-13871479756900781543

@thesentinels
Copy link
Contributor

📌 Commit 3cc9074 has been approved by reset

@thesentinels
Copy link
Contributor

⌛ Testing commit 3cc9074 with merge 187206b...

thesentinels pushed a commit that referenced this pull request Jun 7, 2016
sessionStorage doesn't persist between browser windows, but cookies
behave like one would expect. Change the GitHub session storage to use
cookies instead.

Signed-off-by: Nathan L Smith <[email protected]>

Pull request: #660
Approved by: reset
@thesentinels
Copy link
Contributor

☀️ Test successful - travis

@thesentinels thesentinels merged commit 3cc9074 into master Jun 7, 2016
jtimberman pushed a commit that referenced this pull request Jun 12, 2016
sessionStorage doesn't persist between browser windows, but cookies
behave like one would expect. Change the GitHub session storage to use
cookies instead.

Signed-off-by: Nathan L Smith <[email protected]>

Pull request: #660
Approved by: reset
@smith smith deleted the nls/session branch July 25, 2016 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants