Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Major mixup in two ASP.NET transactions
Message
From
01/09/2006 23:47:33
 
 
To
01/09/2006 22:03:47
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01150471
Message ID:
01150478
Views:
26
Michel,

>If someone could suggest things to look for in an attempt to resolve the issue, that would be greatly appreciated.

Perhaps someone else can comment on your global.asax configuration of the framework object -- I don't have enough experience in .NET to do that. It sure sounds like some kind of session mixup.

There have been some documented cross-session mixups due to "kernel-mode output caching" under certain circumstances related to setting cookies -- basically resulting in the SetCookie being cached in the request and attaching other users to the same session via the cached SetCookie.

This might not be at all related to your situation, but it's explained very well by Jeff Prosise in the MSDN Mag July 2006 issue: "Keep Sites Running Smoothly By Avoiding These 10 Common ASP.NET Pitfalls":

http://msdn.microsoft.com/msdnmag/issues/06/07/WebAppFollies/

(Look in the section on Sessions and Output Caching). This is one of the best articles I have seen on asp.net potential performance and session problems.

Good luck on finding the problem.
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform