Hello Team,
We are running Grafana v7.1.5 on RHEL 8.1 server.
Lately, we are facing issue that any user who logged into Grafana gets automatically logged out after an hour or two. After reading the documents, we have updated following configuration under /etc/grafana/grafana.ini file. However, updating these configuration did not help.
Any help or suggestion to keep user login session for permanently or atleast 24 hours will be appreciated.
[auth]
# Login cookie name
login_cookie_name = grafana_session
# The lifetime (days) an authenticated user can be inactive before being required to login at next visit. Default is 7 days,
login_maximum_inactive_lifetime_days = 365
# The maximum lifetime (days) an authenticated user can be logged in since login time before being required to login. Default is 30 days.
login_maximum_lifetime_days = 30
# How often should auth tokens be rotated for authenticated users when being active. The default is each 10 minutes.
token_rotation_interval_minutes = 525600
Thank you.
Ravi.