Where to setup session timeout in SonarQube

Hi,

I’m using SonarQube, v6.7, and once I have logged into SonarQube , it seems it will never logged out.
Could you please let me know, where will need to go and set up session timeout in SonarQube to logout after 8hrs.

Hi,

Check $SONARQUBE_HOME/conf/sonar.properties for sonar.web.sessionTimeoutInMinutes, which is commented-out by default.

 
Ann

1 Like

Hi Ann,

Thank you so much., I will check the given suggestion in sonar.properties file.