wiki:increase_rundeck_user_session_timeout
This is an old revision of the document!
Table of Contents
Increase rundeck user session timeout
Add this
server.servlet.session.timeout=86400
to /home/rundeck/server/config/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
...
...
Tested on
- Rundeck 4.16.0
See also
References
wiki/increase_rundeck_user_session_timeout.1703149210.txt.gz · Last modified: by antisa
