-
-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Description
When you set
JWT_SESSION_COOKIE = False to enable permanent cookies, the expiration date set by default is way too long and the browser will sometimes treat it as invalid and set the cookie as a session cookie anyway.
Expiration dates on permanent cookies typically need to be before 2038 since it's specified in a UNIX epoch format.
Metadata
Metadata
Assignees
Labels
No labels