Set System Authentication to “Forms”

Workflow Manager 6.0

You can set the forms timeout value to specify the number of minutes a user can be inactive before Workflow Manager automatically logs them out of a session. The default value of this setting in web.config is:

<!-- Set the system authentication to "Forms"-->

<authentication mode="Forms" >

<forms timeout="20" name="AMMS.ASPXAUTH" loginUrl="login.aspx" protection="All" path="/" />

</authentication>

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 forms timeout portion of this file:

<authentication mode="Forms" >

<forms timeout="20" name="AMMS.ASPXAUTH" loginUrl="login.aspx" protection="All" path="/" />

</authentication>

3. Set the timeout value to the number of minutes a user can be inactive before Workflow Manager automatically logs them out of a session.