In Internet Explorer when I call the abort method on my active xmlHttpRequest requests, IE does not close the connections. So... if I have two or more connections running, I have to wait until they complete before I am able to navigate to another page. FF does not have this issue. Is there any way to close these connections with abort() in IE???? This is extremely frustrating. Thank you!
Bryan