Once your server has received a page request it will process that request until it's done. Even if hit the browser's stop button, go to another URL or close the browser, the server will still complete the page request. I can't think of a way of stopping such a process once it's started.
-
Peter