Hi, i wonder...if user_ignore_abort is set true, what happen if the user closes the window?
Also, i have tried, but when is push the stop button, the pages stops...how this function works?
ignore_user_abort question...
Moderator: General Moderators
well, see the man page first off: http://www.php.net/manual/en/function.i ... -abort.php
then read the comments, they seem to tell you exactly how to use the function. Though, I always thought that since HTTP was "stateless", you couldn't really control things if the user decided to stop using the page and hit the Stop button....
then read the comments, they seem to tell you exactly how to use the function. Though, I always thought that since HTTP was "stateless", you couldn't really control things if the user decided to stop using the page and hit the Stop button....