---
title: Configuring the session timeout
description: By default, Delegated Admin has an idle session timeout value of 30 minutes. To adjust this value, perform the following steps.
component: pingdirectory
version: 11.1
page_id: pingdirectory:delegated_admin_application_guide:pd_da_config_session_timeout
canonical_url: https://docs.pingidentity.com/pingdirectory/11.1/delegated_admin_application_guide/pd_da_config_session_timeout.html
llms_txt: https://docs.pingidentity.com/pingdirectory/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
revdate: October 5, 2023
section_ids:
  steps: Steps
---

# Configuring the session timeout

By default, Delegated Admin has an idle session timeout value of 30 minutes. To adjust this value, perform the following steps.

## Steps

1. Open the `config.js` configuration file in a text editor.

2. Add the following line to the configuration file:

   ```
   window.TIMEOUT_LENGTH_MINS=<TimeoutValue>;
   ```

   *\<TimeoutValue>* is an integer that represents the session timeout value in minutes.

   To view an example outline that features this setting, see `example.config.js`.

3. Save your changes to `config.js`.
