brubeck
brubeck copied to clipboard
max_age in set_cookie doesn't work in I.E
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.
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 [email protected]:
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/j2labs/brubeck/issues/117 .