ignore_user_abort

A

Anonymous

Guest
hi all,

I'm just wondering how do you set ignore_user_abort to on in php?

what I've done is edit the php.ini file and insert a line :

ignore_user_abort = On

and restart the apache server, but it didn't seem to work.. have I done anything wrong?

thank you very much...
 
thanks for that, but that's not what I wanted. as far as I know that you can modify your php.ini file that set it to true so that you don't have to put the ignore_user_abort function in every php file.

well, looks like I might have to do that instead of using the php.ini file..

thanks again :)
 
xboy said:
thanks for that, but that's not what I wanted. as far as I know that you can modify your php.ini file that set it to true so that you don't have to put the ignore_user_abort function in every php file.

well, looks like I might have to do that instead of using the php.ini file..

thanks again :)

Try use separated file there you can storage info about user or use some functions with ignore_user_abort
 
Back
Top