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
Check colum A for names in the name matches a sheet name in any workbook then copy to the sheet where we are quering from.
Blackberry not activinating on BES
Need solution to convert Java 1.6 application into C# project
Unable to Search Empty Folders
Event ID 37 Microsoft-Windows-Kernel-P
rocessor-P
ower
3 long beeps
Setup a wenpage in Windows Server 2008
SBS 2008 How to Change the Company web Page Calender Date Format
Before unload
How to connect to Oracle 11g as "SYS" from PB