Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated session-management idle timeout in example code
Browse files Browse the repository at this point in the history
As per context of the paragraph above the example code didn't had the correct value set.
Sanskar-panchal authored Feb 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 867e4b5 commit edcb7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/security/session-management.asciidoc
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ By default, sessions expire after 3 days of inactivity. To define another value
--
[source,yaml]
--------------------------------------------------------------------------------
xpack.security.session.idleTimeout: "3d"
xpack.security.session.idleTimeout: "30m"
--------------------------------------------------------------------------------
--

0 comments on commit edcb7eb

Please sign in to comment.