You can configure the Evacuation Assistant portal
to automatically sign out users after a certain period of inactivity.
Procedure
-
Deactivate the Plugin role.
-
Open Windows Explorer and navigate to the Evacuation Assistant plugin installation folder.
-
Open the appsettings.json file in a text editor.
-
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).
-
Save and close the file.
-
Activate the Plugin role.