I have some (potentially) long-running ajax calls that I would like to abort if the user navigates to another page. The following jQuery code calls abort on all pending XMLH
Reference to the accepted answer:
http://improve.dk/optimizing-performance-programmatically-setting-readonlysessionstate/
About IRequiresSessionState
What this means is that, for a given session, only one request can execute concurrently. Any other requests, from that same session, will block, waiting for the session to be released