docs: add note regarding auth proxy and user session requirement

This commit is contained in:
Marcus Efraimsson 2019-02-13 19:53:25 +01:00
parent 3fab4d6f8c
commit 592f57d0ba
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A

View File

@ -26,6 +26,8 @@ Grafana will now persist all long term data in the database. How to configure th
## User sessions
> Beginning with Grafana v6.0 and above the following only applies when using [Auth Proxy Authentication](/auth/auth-proxy/).
The second thing to consider is how to deal with user sessions and how to configure your load balancer in front of Grafana.
Grafana supports two ways of storing session data: locally on disk or in a database/cache-server.
If you want to store sessions on disk you can use `sticky sessions` in your load balancer. If you prefer to store session data in a database/cache-server