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
Need to Create A Form With 2 Actions.
How do I add rows to a datagridview based upon a For Each statement in VS2008?
Checkpoint VPN Site to Site Issue - encryption failure: Unknown SPI: 0xb41565ee for IPsec packet.
How to generate PDF open with new window ?
Creating a Dynamic Form from SQL database tables in ColdFusion
MAGENTO ENTERPRISE: Need to make static link in category menu (always display throughout layers)
Error message when replying, sending, openning email in OWA
exiting users from database
Is BO XI and BO edge BI 3.1 the same product?
Laptop running windows vista, SYSTEM process goes to 100% cpu after being accessed by any computer on the network.