Adding note about sessions always being bound to browser's lifetime. (#31472) (#31512)

* Adding note about sessions always being bound to browser's lifetime.

* Update docs/settings/security-settings.asciidoc

Co-Authored-By: kobelb <brandon.kobel@gmail.com>
This commit is contained in:
Brandon Kobel 2019-02-19 11:10:48 -08:00 committed by GitHub
parent 57439f2d19
commit 23289d3ab5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,4 +51,5 @@ routing requests through a load balancer or proxy).
`xpack.security.sessionTimeout`::
Sets the session duration (in milliseconds). By default, sessions stay active
until the browser is closed.
until the browser is closed. When this is set to an explicit timeout, closing the
browser still requires the user to log back in to {kib}.