docs: adds note about new login cookie name

This commit is contained in:
bergquist 2019-02-14 13:24:41 +01:00
parent de2f3db413
commit 7f7cc85ef0

View File

@ -146,3 +146,5 @@ If you have `login_remember_days` configured to 0 (zero) you should change your
login_maximum_inactive_lifetime_days = 1
login_maximum_lifetime_days = 1
```
The default cookie name for storing the auth token is `grafana_sess`. you can configure this with `login_cookie_name` in `[auth]` settings.