I want to run a relatively time consuming script based on some form input, but I\'d rather not resort to cron, so I\'m wondering if a php page requested through ajax will co
found the actual solution for my case of it not terminating the connection. The SESSION on my Apache/Php server needed to close before the next one could start.
Browser waits for ajax call to complete after abort.