Skip to content

Commit af2d7d8

Browse files
pierwillxargom
authored andcommitted
DOCSP-43628 Allow Ops Manager Customers to enable Custom Idle Timeout (#557)
https://jira.mongodb.org/browse/DOCSP-43628
1 parent 058e3df commit af2d7d8

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.. setting:: mms.session.idleTimeoutMinutes
2+
3+
*Type*: number
4+
5+
The maximum amount of time in minutes that a session can be active with no user activity.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. setting:: mms.session.mode
2+
3+
*Type*: String
4+
5+
Either ``None`` or ``Idle``.
6+
7+
``None`` disables idle session timeout.
8+
``Idle`` logs users out after a period of inactivity.

0 commit comments

Comments
 (0)