Re: [PHP] Ignoring user cancel

2008-02-25 Thread Daniel Brown
On Fri, Feb 22, 2008 at 9:19 PM, K T Ligesh <[EMAIL PROTECTED]> wrote: > > 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

Re: [PHP] Ignoring user cancel

2008-02-22 Thread Casey
On Feb 22, 2008, at 6:19 PM, K T Ligesh <[EMAIL PROTECTED]> wrote: 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

[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