Removed content as per MarcusE's suggestion in https://github.com/grafana/grafana/issues/33822. (#33870)

This commit is contained in:
achatterjee-grafana
2021-05-10 13:55:00 -04:00
committed by GitHub
parent 03e4bad50a
commit 076f076961

View File

@ -26,4 +26,4 @@ Currently alerting supports a limited form of high availability. [Alert notifica
## User sessions
Grafana uses auth token strategy with database by default. This means that a load balancer can send a user to any Grafana server without having to log in on each server. If you want to offload the login session data from the database, then you can configure [remote_cache]({{< relref "../administration/configuration.md" >}}#remote-cache).
Grafana uses auth token strategy with database by default. This means that a load balancer can send a user to any Grafana server without having to log in on each server.