I have php_mod and an apache server. If I start a script from the browser it will persist until the execution is complete ( even if i close the browser )
How can i s
Check whether ignore_user_abort(true) is being set anywhere in the script. Or if there is a php_value ignore_user_abort directive set in .htaccess