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
ColdFusion Using .NET Class Library
Customize Outlook Today by Adding Public Calendar
Can't add secondary domain controller
How to successfully change IP address on Microsoft Exchange
MS Access Table
Extract the <title> tag content of a web page?
Just before the end the FTP download failed due to time out in Windows 2000.
Windows 7 roaming profiles
Acess
www.yell.com
from c#
assign the value of an object property to an variable