Skip to content

Commit

Permalink
SONAR-8298 clarify that session timeout is about inactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brandhof committed Nov 17, 2016
1 parent 8f706d3 commit 1960368
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sonar-application/src/main/assembly/conf/sonar.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1960368

Please sign in to comment.