You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.