I'd like to output a page and disconnect from the user, so that it won't act like it's still loading, then perform a simple database transaction. But this transaction uses a remote server so it will hold up web page loading. I'd like to release the browser and continue to execute code.
Thank you,
James