Configuring Evacuation Assistant portal session timeout - Evacuation Assistant 1.4.0

Evacuation Assistant Guide 1.4.0

Product
Evacuation Assistant
Content type
Guides > Plugin and extension guides
Version
1.4
Language
English
Last updated
2023-05-31

You can configure the Evacuation Assistant portal to automatically sign out users after a certain period of inactivity.

Procedure

  1. Deactivate the Plugin role.
  2. Open Windows Explorer and navigate to the Evacuation Assistant plugin installation folder.
  3. Open the appsettings.json file in a text editor.
  4. Add the following code to the configuration file:
    {
    [...]
    "SessionExpirationTimeInHours": 0.5,
    [...]
    }
    NOTE: If a value is omitted, the default value is 0.5 (30 minutes).
  5. Save and close the file.
  6. Activate the Plugin role.