Comment on Reason #256794 why IE sucks: Ajax Caching by working
Posted November 19th, 2007 by Anonymous
If using php, put the following headers to response:. $offset = 120; $ExpStr = “Expires: ” . gmdate(”D, dMYH:i:s”, time() - $offset) . ” GMT”; header($ExpStr); header(”Last-Modified: ” . gmdate(”D, dMYH:i:s”) . ” GMT”); ...




































Post new comment