How to signout after certain time

Hey guys,

How can we signout a user after certain period of time. I am trying to make sure every user who logs in auto logs off after 8 hours

I added the below parameter
#################################### Session #############################

[session]

session_life_time=100
login_maximum_lifetime_days = 1

None of the above things seem to work. I am on grafana 6.6

Thanks,

Vignesh

Can anyone tell me how i can achieve this as i want to make sure i can logout from grafana if oauth is logout

Hello,

Is there any way to end session in like 8 hours rather than 1 day? can someone please let me know if this is possible