Hi all!
This seems to be the most relevant post for my question, if not please 'redirect' me.
I have a long script that runs when a users submits the page, I want to redirect the user to a confirmation page, even though the script is still running.
The script is set up so that if the user closes the browser, or goes elsewhere after submission, the script carries on running. Currently, if they stay on the page, they have to wait for the script to finish.
Any ideas on getting around this?