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

  1. Open the configuration file config.js in a text editor.
  2. Add the following line, where {TimeoutValue} is an integer that represents, in minutes, the session timeout value:
    window.TIMEOUT_LENGTH_MINS={TimeoutValue};

    To view an example outline that features this setting, refer to example.config.js.

  3. Save your changes to config.js.