Workflow Manager 6.0
You can change the session timeout value by editing the sessionState timeout value in the web.config file. The default value of this setting in web.config is:
<!--Set system session mode-->
<sessionState timeout="20" mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" />
To change the session timeout value:
1. | Open the wwwroot directory of the Workflow Manager installation and open web.config in a text editor. |
2. | Locate the sessionState timeout portion of this file: |
<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. Set this value to match the timeout value you specified for Login Page Timeout Value. |
Workflow Manager 6.0 / AdminStudio Enterprise Server 11.5 Help LibraryJune 29, 2012 |
Copyright Information | Contact Us |