---
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.0
page_id: pingdirectory:delegated_admin_application_guide:pd_da_config_session_timeout
canonical_url: https://docs.pingidentity.com/pingdirectory/11.0/delegated_admin_application_guide/pd_da_config_session_timeout.html
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`.
