Hi,
Is there anyway to have safe mode enabled and be able to detect the user aborting a trasfer? This functionality is key to my software running.
I have tried setting both directives in php.ini files, but it doesnt seem to be doing the trick. One user here:
http://php.planetmirror.com/manual/en/function.ignore-user-abort.php
indicates that ignore_user_abort() will not work on servers configured to run in safe mode. Is this true? Is there no way around it? Can you shut it off?
The script that calls ignore_user_abort() is in my root web directory, but it is sending a file to the user that lives in a directory behind the public www directory. I have tried putting a php.ini in that directory as well to no avail.
My host has informed me "We will absolutely not disable safe mode"
I am pretty sure my php ini files are being set properly because a call to phpInfo() indicates safe mode is turned off...
Anyone have experience with this kind of problem?
TIA
Billy