Page 1 of 1

ignore_user_abort question...

Posted: Mon Jul 15, 2002 6:44 pm
by Jose Arce
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?

Posted: Tue Jul 16, 2002 8:12 am
by enygma
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....