Workflow Manager 2013 / AdminStudio Enterprise Server 2013
When Workflow Manager / AdminStudio Enterprise Server is installed, the session timeout value is set to 20 minutes. This means that after you login, if your session remains idle for 20 minutes, you are prompted to login again.
You can change the session timeout value by editing two values in the web.config file: sessionState timeout and LoginPageTimeOut.
To change the session timeout value:
1. | Open the wwwroot directory of the Workflow Manager / AdminStudio Enterprise Server installation and open web.config in a text editor. |
2. | Locate the line that contains sessionState timeout: |
<sessionState timeout="20" mode="InProc" stateConnectionString= "tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1; Trusted_Connection=yes" cookieless="false" />
3. | Change the value specified for sessionState timeout="nn" to the new timeout value (in minutes). |
4. | Locate the following line that contains LoginPageTimeOut: |
<add key="LoginPageTimeOut" value="19.5" />
5. | Change this value to match the timeout value you specified for the sessionState. |
See Also
Workflow Manager 2013 / AdminStudio Enterprise Server 2013 Help LibraryAugust 27, 2013 |
Copyright Information | Contact Us |