Skip to content

cookie lifetime for firefox #1174

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

Merged
merged 3 commits into from
May 19, 2017
Merged

cookie lifetime for firefox #1174

merged 3 commits into from
May 19, 2017

Conversation

kumakichi
Copy link
Contributor

Problem description:

server time is much earlier than client, when using firefox(53.0 ubuntu-16.04.2 x86_64) to visit the site, set session cookie will always fail because it expires always,but chrome is ok

so i add max-age, every browser that supports max-age will ignore the expires regardless of it’s value, and likewise, Internet Explorer will ignore the max-age and just use expires

@notzippy notzippy self-assigned this May 9, 2017
@notzippy notzippy added status-tested Ready for release type-enhancement New enhancement of existing feature labels May 9, 2017
@notzippy notzippy added this to the v0.16 milestone May 9, 2017
Copy link
Collaborator

@notzippy notzippy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks !

@notzippy notzippy changed the base branch from master to develop May 16, 2017 19:54
@brendensoares brendensoares merged commit 23418a6 into revel:develop May 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status-tested Ready for release type-enhancement New enhancement of existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants