ignore_user_abort question...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Jose Arce
Forum Commoner
Posts: 37
Joined: Wed May 01, 2002 5:05 pm

ignore_user_abort question...

Post 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?
User avatar
enygma
Site Admin
Posts: 175
Joined: Fri Apr 19, 2002 8:29 am
Location: Dallas, Tx

Post 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....
Post Reply