Application Session TImeout/Connection Duration Queries - Raise with support

  1. which versions are you using (SonarQube, Scanner, Plugin, and any relevant
    extension)
    We are using SonarQube 8.9.9 version.
  2. what are you trying to achieve
    Can we get answers to below queriers:
    question:
    1 - Application Session timeout and reattempt duration?
    2 - Count of reattempt.
    3 - if there is any connect blip/issue on network for 10sec/30sec/60sec will application retry connection automatically?
    4 - How to find these details from application configuration. can share details regarding config file and step to follow to get such details.

Awaiting for your response.

Hi,

Welcome to the community!

Are you asking about user sessions? They default to 4320 minutes / 3 days. If you’d like to tune that, uncomment and edit the sonar.web.sessionTimeoutInMinutes property in your $SONARQUBE-HOME/conf/sonar.properties` file. (Or set the corresponding envvar if you’re deploying with Docker.

 
HTH,
Ann