I got confused here, why should you call dwr.engine.setActiveReverseAjax(false) on page unload? if you do that, can users still receiving chatting messages? since after you set it to false, you turn off the ReverseAjax.
Am I missing anything?
Thanks
Dave
Nitin Thakur wrote:
I have done with this problem. It was occuring because i was not disabling ActiveReverseAjax on page unload. So, just like i do dwr.engine.setActiveReverseAjax(true) on page load, i did dwr.engine.setActiveReverseAjax(false) on page unload and that sort out the problem. by the way, i am using dwr-2.0.3