NCover Causes Asp.net Session Problems

NCover Causes Asp.net Session Problems

It seems that when I run the latest version of NCover through NCoverExplorer to profile an Asp.net 1.1 application that it is clearing the asp.net session. We have a method in our code that checks the session on each page to see if it has timed out. Every page thinks that it has a new session (meaning the session had timed out). When I remove the check from each page. We get all kinds of problems because it seems as though the session keeps getting blown away.


RE: NCover Causes Asp.net Session Problems

NCover doesn't do anything to clear the session directly. Are you using memory-based sessions on the local server? If that is the case, I wonder if your AppDomain is restarting over and over again. Could you send us a log file? (support@gnoso.com)