Configure the session timeout - PingDirectoryProxy - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce

By default, Delegated Admin has an idle session timeout value of 30 minutes. To adjust this value, perform the following 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.