Reputation:
We have two versions of sonarqubes with versions 6.7x and 5.6x. we want to timeout a user if a user is idle for 20 min. We were successful configuring this in 6.7x version by adding sonar.web.sessionTimeoutInMinutes=20
in _/Sonar_Home/conf/sonar.properties_. But we want to add for 5.6x version also. when I tried to do same configuration with 5.6x it is not working. Can someone help how we can meet this scenario in 5.6x?
Upvotes: 0
Views: 348
Reputation: 7331
The ability to configure the web session timeout arrived in SoanrQube 6.x series, see SONAR-8298.
No such capability in v5.6.x , which is anyhow end-of-life since late 2017. (read: perfect opportunity to upgrade to v6.7 LTS !)
Upvotes: 1