diff --git a/content/en/account_management/org_settings.md b/content/en/account_management/org_settings.md index 98e520176a961..81f71a8f14dca 100644 --- a/content/en/account_management/org_settings.md +++ b/content/en/account_management/org_settings.md @@ -149,6 +149,16 @@ The session duration can be configured within the following limits: {{< img src="account_management/org_settings/max_session_duration.png" alt="Max Session Duration Setting" style="width:70%;" >}} +#### Idle time session duration configuration + +
+ This feature is available in preview. +
+ +Users with the `Org Management` permission can enable or disable the idle time session timeout for their organization. When enabled, users are automatically signed out after 30 minutes of inactivity. The setting applies to all new web sessions created after you change it, and for all users, regardless of their role in the organization. It doesn’t apply to Datadog mobile application sessions. + +{{< img src="account_management/org_settings/idle_session_timeout.png" alt="Idle Session Timeout Setting" style="width:70%;" >}} + ## Further reading {{< partial name="whats-next/whats-next.html" >}} @@ -168,4 +178,4 @@ The session duration can be configured within the following limits: [13]: /synthetics/settings/?tab=specifyvalue#overview [14]: /account_management/safety_center [15]: /account_management/org_settings/oauth_apps -[16]: /help/ \ No newline at end of file +[16]: /help/ diff --git a/static/images/account_management/org_settings/idle_session_timeout.png b/static/images/account_management/org_settings/idle_session_timeout.png new file mode 100644 index 0000000000000..ba1b191c92671 Binary files /dev/null and b/static/images/account_management/org_settings/idle_session_timeout.png differ