I have a web-based application accessible from http://apps.websitename.com. When one accesses this URL, a request is redirected to one of the 3 servers: http://server1.websitename.com, http://server2.websitename.com or http://server3.websitename.com. Now, the problem is with an AJAX request (with a twist). Lately because of a power outage, computer shuts down by itself. Upon opening an app using http://apps.websitename.com, it gives a JavaScript error. If I hit the app using one of the 3 servers directly, the app works fine. If the same user accesses the same app on a different computer - everything is fine.
I'm not sure what exactly is going on and obviously how to fix it. I have a suspicion that a DNS entry is getting corrupted for a specific user on his computer. I tried cleaning the cookies and Internet/temp files.
Dmitriy


