Ignore User Abort, Ignored by PHP?

RFEF

New Member
Hell all,I have made use of the following ignore_user_abort.\[code\]ignore_user_abort(true); set_time_limit(0); session_start();\[/code\]However, when I navigate away from the page which I fireoff an AJAX request, the script stops?What am I doing wrong?UpdateIn the PHP manual it says:\[quote\] PHP will not detect that the user has aborted the connection until an attempt is made to send information to the client. Simply using an echo statement does not guarantee that information is sent, see flush().\[/quote\]It seems to suggest you can use echo and it will just identify that the user has disconnected and it will continue?
 
Back
Top