diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-11-17 20:21:22 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-11-17 20:21:22 +0100 |
commit | 19603682674ec85cb89641831509ef03e0704eda (patch) | |
tree | ba5c327e3acc8314492d7ad9962971b9d07091fc /sonar-application | |
parent | 8f706d3cafcb4e676a5a5d682e3ed78518a8a387 (diff) | |
download | sonarqube-19603682674ec85cb89641831509ef03e0704eda.tar.gz sonarqube-19603682674ec85cb89641831509ef03e0704eda.zip |
SONAR-8298 clarify that session timeout is about inactivity
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 27b487638c8..dd4d6d7623a 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -130,7 +130,9 @@ # 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 |