diff --git a/docs/settings/security-settings.asciidoc b/docs/settings/security-settings.asciidoc index 36aa340e3768e..f0f01ee6caf3f 100644 --- a/docs/settings/security-settings.asciidoc +++ b/docs/settings/security-settings.asciidoc @@ -289,7 +289,7 @@ Use a string of `[ms\|s\|m\|h\|d\|w\|M\|Y]` (e.g. '20m', '24h', '7d', '1w |[[xpack-session-lifespan]] `xpack.security.session.lifespan` {ess-icon} | Ensures that user sessions will expire after the defined time period. This behavior is also known as an "absolute timeout". If this is _not_ set or set to `0`, user sessions could stay active indefinitely. This and <> are both highly -recommended. You can also specify this setting for <>. By default, this setting is not set. +recommended. You can also specify this setting for <>. By default, this setting is not set for on-prem, and is set to 24 hours on Elastic Cloud. 2+a| [TIP]