Simply Powerful Tracking
Contact Us | FAQ | Search
 
Home
Features
Screen Shots
Download
Pricing
Purchase
Support
   
IssueView-Web has a default timeout of 20 minutes.  You can extend this timeout up to 24 Hours (1440 minutes).  The value is set in web.config (usually at C:\inetpub\wwwroot\IssueView\web.config), as part of the 'SessionState' settings:

<sessionState

mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;
Trusted_Connection=yes"
cookieless="false"
timeout="20"
/>

Change the timeout="20" to the number of minutes you wish.


If your IIS Server is Hosted on Windows2003 or greater , you'll also need to change the idle timeout for IIS worker processes. 

In IIS Manager, select Application Pools -> DefaultAppPool->Properties

From the Performance tab, under 'Idle timeout', set 'Shutdown worker process after being idle for' the timout value you wish to use.

Save your changes.

IssueView will also sometimes report a timeout when none has occurred.  Our default exception handler can't distinguish between an unhandled exception, and a timeout.  If you get a Timeout error, and don't believe it is legitimate, please send us your log file, along with an explanation of the problem (C:\inetpub\wwwroot\IssueView\IVW.log)

support@issueview.com

 



  Copyright © 1999 - 2010, IssueView.Com