[PHP] Re: Ignoring user cancel

2008-02-22 Thread K T Ligesh
Yes, that was what I was looking for. Searching google for 'php ignore user interrupt', got me links on CPU interrupt management. Thanks again. On Fri, Feb 22, 2008 at 05:56:45PM -0800, Casey wrote: > ignore_user_abort(true); > -- PHP General Mailing List (http://www.php.net/) To unsubscrib

[PHP] Ignoring user cancel

2008-02-22 Thread K T Ligesh
Hello, I have a php process running on lighty that should continue even if the user presses cancel in his browser. The default behavior is that the web-server will kill the cgi process on user cancellation. Is there some way I can prevent the user cancel from interfering with the php process