diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-11-16 10:41:55 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-11-16 14:07:43 +0100 |
commit | 59b39aad8ace071053d09cb1dacc4e7ecf5ddde3 (patch) | |
tree | 1ad03451c16aa7effaf993dff4de09152a4ed954 /sonar-application/src | |
parent | 72170b891ef224779a42622be5a619fc20e8e276 (diff) | |
download | sonarqube-59b39aad8ace071053d09cb1dacc4e7ecf5ddde3.tar.gz sonarqube-59b39aad8ace071053d09cb1dacc4e7ecf5ddde3.zip |
SONAR-8298 Ability to configure timeout of web sessions
Diffstat (limited to 'sonar-application/src')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index eeb779ad968..5d8eb0009ed 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -130,6 +130,10 @@ # echo -n "type_what_you_want" | openssl dgst -sha256 -hmac "key" -binary | base64 #sonar.auth.jwtBase64Hs256Secret= +# The duration of user session timeout, in minutes. The default value is set to 3 days (4320 minutes) +# and cannot be greater than 3 months. Value must be strictly positive. +#sonar.web.sessionTimeoutInMinutes=4320 + #-------------------------------------------------------------------------------------------------- # COMPUTE ENGINE # The Compute Engine is responsible for processing background tasks. |