After implementing #951, a user's session will expire either after CookieMaxAgeSec seconds or, if set to 0, after 2 hours no matter what. This will inevitably force the user to re-login regularly. We should instead update the auth- and session cookies' expiration (cookie expiry date itself and the Expiry field) every now and then.
After implementing #951, a user's session will expire either after
CookieMaxAgeSecseconds or, if set to 0, after 2 hours no matter what. This will inevitably force the user to re-login regularly. We should instead update the auth- and session cookies' expiration (cookie expiry date itself and theExpiryfield) every now and then.