User Tools

Site Tools


wiki:increase_rundeck_user_session_timeout

Increase rundeck user session timeout

Add this

server.servlet.session.timeout=86400

to /etc/rundeck/rundeck-config.properties to increase duration of user sessions to 1 day, so users will stay logged in longer.

If running in docker you need to set the RUNDECK_SERVER_SESSION_TIMEOUT variable. Example from docker compose file:

---
version: '3'
services:
    rundeck:
        ...
        environment:
            - TZ=Europe/Berlin
            - RUNDECK_SERVER_SESSION_TIMEOUT=86400
       ...
...

This will set the server.servlet.session.timeout in /home/rundeck/server/config/rundeck-config.properties

Tested on

  • Rundeck 4.16.0

See also

References

wiki/increase_rundeck_user_session_timeout.txt · Last modified: 2023/12/21 11:10 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki