v2 icon indicating copy to clipboard operation
v2 copied to clipboard

Session Cookie expires before CLEANUP_REMOVE_SESSIONS_DAYS

Open Kioubit opened this issue 2 years ago • 0 comments

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.

Kioubit avatar Nov 25 '23 13:11 Kioubit