Configuring Evacuation Assistant portal session timeout - Evacuation Assistant 1.3.0

Evacuation Assistant Guide 1.3.0

Applies to
Evacuation Assistant 1.3.0
Last updated
2023-02-02
Content type
Guides > Plugin and extension guides
Language
English
Product
Evacuation Assistant
Version
1.3

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.