I know about this in the manual. I do not need to know what the connection state of the client is. I want to stop the client connection irrespective of whether he is in Normal state or already aborted. The client should think the script has ended but in real effect the script should continue doing work that has nothing to do with the client.
The script just receive some data from the client and acknowledge the data and the the client should be disconnected and the script continue.
Thanks
Benjamin Smith wrote:
Take a look at this page on connection handling:
http://www.php.net/manual/html/features.connection-handling.html