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

max_age in set_cookie doesn't work in I.E #117

Open
bikash8gupta opened this issue Aug 1, 2013 · 1 comment
Open

max_age in set_cookie doesn't work in I.E #117

bikash8gupta opened this issue Aug 1, 2013 · 1 comment

Comments

@bikash8gupta
Copy link

When I pass max_age in set_cookie as kwargs then it set the cookie as session cookie in I.E browser. It seems you are not converting max_age to expires(string format) in your code.

@j2labs
Copy link
Owner

j2labs commented Aug 1, 2013

I don't have IE available to me anywhere. Would you mind submitting a
patch? I'll happily merge it in.

On Thu, Aug 1, 2013 at 4:26 AM, bikash8gupta notifications@github.comwrote:

When I pass max_age in set_cookie as kwargs then it set the cookie as
session cookie in I.E browser. It seems you are not converting max_age to
expires(string format) in your code.


Reply to this email directly or view it on GitHubhttps://github.com//issues/117
.

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

No branches or pull requests

2 participants