I am having a PHP api ,now when the client request the api service and while the server is processing the request the client crashes , so at that point i want my server to detect the client has closed and then abort the further execution .Is this possible ? Can somebody help me with if the connection is maintained to the server from the client until the request is processed and the client gets the response back
even though i used connection_aborted() methods .. etc it didnt figure out connection aborted .