Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
detect "plain" session state even if cookie cipher present
If cookie-refresh is enabled, a cookie cipher will be enabled for encrypting the access token. But htpasswd-authenticated sessions will never have a session token and will always use the "plain" session state. We cannot assume that the "encrypted" form will always be used if we have a cookie cipher. (The "plain" form is still wrapped with authentication and expiry.)
- Loading branch information