This is nuts.
I have an ASP.NET MVC application using Windows authentication that, amongst other things, interacts with a number of ExtJs Javascript components by returning JSON data to them.
The problem is that even after the user is successfully authenticated, every 5th request to grab some JSON data from MVC results in TWO "401 Unauthorized" responses followed by a "200 OK" response. Again, this happens every 5th call ... why? I have no idea.
Interestingly enough, each response contains the expected JSON!!!
Anyone else experiencing this behavior or have any ideas on why its happening?
Thanks - wg