ASP.NET MVC, Random Sign-offs and TempData Loss

added by bsenoff
10/14/2011 9:50:59 AM

428 Views

From our sister site DevDirective.com. ASP.NET MVC comes with some great features which can make our development lives much easier, but in certain circumstances they can also prove fatal. This is a story about how and why this is the case.


2 comments

vijayst
10/14/2011 9:03:14 PM
It is interesting to know about the Content Advisor. A few weeks back, someone came to me that they have a website that makes users hit the home page twice. But, the behaviour there is a bit different. It is a 400 (authorization failure) response code followed by another request that returns a 200 response code.

I like the way the issue has been analyzed and resolved. The way the article is written in a story like fashion makes it just a wonderful read.

bradygaster
10/17/2011 6:30:32 AM
Really good synopsis for troubleshooting some common issues with data loss during execution. Really helpful the next time this happens to me or i find myself struggling through figuring out why users are being logged off improperly. Good that it mentions the machineKey stuff, I always forget that.