Microsoft
Software
Hardware
Network
Question : PHP: Prevent Keep Alive
My PHP application sends a Keep-Alive" HTTP header. I don't want the connection to keep alive. I want it to die immediately.
I send these headers:
1: 2:
header("HTTP/1.0 204 No Content"); header('Content-Length: 0');
Firefox keeps trying to load data from this empty application. How can I send a header that tells the connection to die?
Related Solutions:
Apache/PHP: Remove Server and X-Powered-By Headers
Answer : PHP: Prevent Keep Alive
header("Connection: close");
Random Solutions
How to archive IMAP mail in outlook?
Mail stuck in Lotus oubox
COM security setting / edit limits
Accessing an FTP server internally that is on a different subnet.
SharePoint list image link
Reading command line arguments in VB.Net
custom Flex DataGrid Filter
overriding jsf default message resources mechanism
Can't access shared folders and printers in Win 7 Pro in XP Home
MS SQL SP if ID = 1 then where price < 25.00