We have a very complicated page with a bunch of partial refreshes going on getting data from several sources and utilizing DOJO and jQuery . Everything works as it should with no problem. However, when the page is opened multiple times in the same browser on different tabs its seems to lose its session somehow. The partial refreshes don't work anymore and it keeps executing the before and afterPageLoad. Everything client-side still works, but any calls to the server end up doing nothing. This happens more when we duplicate the page very fast, if the page is allowed to load fully, the problem seems less frequent. Telling the browser not to cache seems to make it worse, so it probably has to do with too much traffic. The pages does use a lot of viewScopes to store data, but no sessionScopes.
Any tips where to look would be appreciated.