admin
-
9/12/2006 4:17:17 PM
Re: Workflow Check-In Check-Out error
Thank you for the details. Unfortunately, we were not able to reproduce this issue. You can try to change the timeout value in the web.config to some higher value, such as 60 (minutes):
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20" />
Best Regards,
|