v2
v2 copied to clipboard
Session Cookie expires before CLEANUP_REMOVE_SESSIONS_DAYS
https://github.com/miniflux/v2/blob/32779f596f5c63816d7b3b3c60e61ab92b06898c/internal/http/cookie/cookie.go#L28
The session cookie has a static expiry time of 30 days. The expected behavior would be for the expiry time to be at least
as long as the CLEANUP_REMOVE_SESSIONS_DAYS configuration option specifies.