Jose Armesto
Jose Armesto

Reputation: 13799

SonarQube session timeout

We are using the Github Login plugin, and we wanted to increase the length of user's sessions in sonarqube. I've added the following configuration

sonar.web.sessionTimeoutInMinutes=43200

but now the Github Login doesn't work. It just redirects to the login form every time you login. We are currently using Sonarqube 6.2, with the following plugins:

Any ideas? Thank you!

Upvotes: 0

Views: 2008

Answers (1)

Jose Armesto
Jose Armesto

Reputation: 13799

I've got an answer:

There is a bug in SonarQube 6.3 and the maximum accepted value for this property is 35791: https://groups.google.com/d/msg/sonarqube/FPnOX-N8G34/jHNJXOOFBwAJ

Reducing that number fixed the issue

Upvotes: 3

Related Questions