File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
docs/administration/configuration Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,16 @@ Beware that using the forced re-authentication feature may result in data loss i
247247
248248### Inactivity Timeout
249249
250- To configure the inactivity timeout use ` server.servlet.session.timeout ` . The default is 3600 seconds.
250+ To configure the inactivity timeout use ` server.servlet.session.timeout ` . The default is 3600 seconds.
251+
252+ Example configurations:
253+
254+ ``` properties
255+ # Standard activity-based timeout (2 hours)
256+ server.servlet.session.timeout =7200
257+ ```
258+
259+ Also see [ rundeck-config.properties > Server Settings] ( #server-settings )
251260
252261### Forced re-authentication (Commercial Products Only)
253262
@@ -261,9 +270,6 @@ All of these can be set via [System Properties Configuration](/administration/co
261270Example configurations:
262271
263272``` properties
264- # Standard activity-based timeout (2 hours)
265- server.servlet.session.timeout =7200
266-
267273# Force reauthentication after 8 hours regardless of activity
268274rundeck.userSessionDuration.maxMinutes =480
269275rundeck.userSessionDuration.forceReauthentication =true
You can’t perform that action at this time.
0 commit comments