V6 login session timeout

How long does it take for the v6 version to time out after logging in to the management page? Why do I have to log in every time? Compared to v5, it seems that there is no need to log in repeatedly if the service is not restarted. How can I set the login timeout in v6?

When browsing through "all settings" I found:

webserver.session.timeout

Is this what you are looking for?

2 Likes

Default is 30 min but can be changed in “All settings”.

1 Like

OK, thanks.

Are the environment variables of docker-compose set as follows? Not effective

- FTLCONF_webserver_webserver_session_timeout=604800

You are using the wrong option (do not repeat webserver).

Try FTLCONF_webserver_session_timeout=604800.

1 Like