Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "expires" option cannot have a year greater than 9999
This fixes the exception: '"expires" option cannot have a year greater than 9999', which happens on upgrade from Debian 11 to 12. The session timeout in the DB is 9999999999999, so we constrain the value.
- Loading branch information