Login Page Timeout Value

Workflow Manager 2020

The LoginPageTimeOut setting identifies the length of time that you can leave the login page open before it times out. The default value of this setting in web.config is:

<!--If a user keeps the login page open for too long, he will run into an error as the system's session is time out. This LoginPageTimeOut setting will change the front login page after the time valued (in minutes), so the user has to re-visit the site and obtain a new session.-->

<add key="LoginPageTimeOut" value="19.5" />

To modify this setting:

1. Open the wwwroot directory of the Workflow Manager installation and open web.config in a text editor.
2. Locate the LoginPageTimeOut portion of this file.

<add key="LoginPageTimeOut" value="19.5" />

3. Set the value to the number of minutes that the login page can remain open before it times out and requires the user to refresh the login screen to obtain a new session. Set this value to match the timeout value you specified for System Session Mode Value.