-
Can allauth extend the cookie's expiration date whenever the app is used? For example, if the cookie expires after two weeks, and the user opens the app after a week, the cookie is extended to another week. Thanks! Edit: I realized the cookie expiration is set by |
Beta Was this translation helpful? Give feedback.
Answered by
pennersr
Sep 11, 2024
Replies: 1 comment 1 reply
-
It is indeed not allauth specific, check out https://docs.djangoproject.com/en/5.1/ref/settings/#session-save-every-request |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mustafa0x
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is indeed not allauth specific, check out https://docs.djangoproject.com/en/5.1/ref/settings/#session-save-every-request