Remember Me Checkbox: How to configure?

I’ve searched the forum, faq and wiki but I found no solution for extending the cookie lifetime. I have made a standard docker install and ttrss is running without problems, but since I use it at a daily basis (and am the only user) I do not need security measures like a short lifetime of cookies. The cookie should be valid for a year at least. The remember me checkbox dous nothing for me, even if there is some extension, I do not feel it.
Where can I change the cookie standard lifetime? Since this is a docker install, I feel robbed of the possibilities of a native running solution, where I can change config files and even code files. Could you give me a hint, how to change the value in such an envioronment?

you need to set SESSION_COOKIE_LIFETIME global configuration option through the environment (see FAQ, docker-related FAQ, GlobalConfig wiki page).

1 Like