]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-8298 clarify that session timeout is about inactivity
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 17 Nov 2016 19:21:22 +0000 (20:21 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 17 Nov 2016 19:21:22 +0000 (20:21 +0100)
sonar-application/src/main/assembly/conf/sonar.properties

index 27b487638c8f386fcb2360f5a7da84a77d9bd918..dd4d6d7623a0a3a5a3551a036fee21d885925d5c 100644 (file)
 # 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)
+# The inactivity timeout duration of user sessions, in minutes. After the configured
+# period of time, the user is logged out.
+# 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