cancel ajax call at server
Hi all,
I am making an application using jsp, java, hibernate and got a problem that i coundnt figure it out so far.
My application uses many ajax call at pages, you can think it like facebook style calls,
When I press a button to get data from server with ajax, I hibernate query runs at server side. Then if I press another button to get new request I can not cancel previous request at client and server. (I used.session.cancelQuery and didnt worked, ajax.abort() didnt worked at client)
How can handle that?
thanks...