Mr Newbie wrote:
> the fault is not in the ASP.NET/IIS but lies in your code and attempt
> to prove otherwise with a series of controlled tests. The opposite
> of course is to assert that there is a bug in ASP.NET./IIS and try
> and fix it which would of course be a lot harder if true.
As unnatural as it seems, I'm hoping it's my code that's broken
(precisely for the reason you stated above). Of course there is the
remote chance that there is a problem in the HttpModule that's doing the
session handling, and in that case I could always write a session module
myself, but that doesn't sound too likely (or appealing).
> One other possibility of course would be buy a paid incident from
> Microsoft and see if they can help. The problem with nebulous and
> unrepeatable errors like this is they are rare and hard to find.
Thing is, there are a couple of things one can do to *create* a
problem like this, but I went through all the code searching for such
patterns and came up empty handed (of course I might be blind to errors
in my own code).
What's really funny is the app has been running for months without a
single reported incident, and then suddenly a while back this started
happening. Of course it's equally possible that it has happened before
but we just didn't get any reports. In any case, I'll try again to diff
the source tree with the one way back when to see if anything relevant
has changed (did that once already and came back with squat).
> I do know a very good ASP.NET well known consultant who may be able
> to help you, if you like I could give your email address to him and
> ask that he contacts you. He will of course charge. ( I assume you
> are in the UK ? )
As a matter of fact I'm not (I'm a finn), and unfortunately a
consultant isn't really an option.
Thanks a lot for trying. I'm still hoping someone will drop me a clue
as to what I might be doing horribly wrong to make this happen
-Lauri