emehrkay Posted October 6, 2007 Share Posted October 6, 2007 I never really understood setting headers, so I looked on php.net and came across this header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past But IE is still caching. It is strange because when the page loads, it is designed to check the database and return the results. It is only showing the entries that were in the db when the page was first loaded into memory. **The new data isnt even returned using a hard refresh (shift+refresh)! Any ideas? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/72128-i-think-that-ie-is-caching-my-pages-what-are-the-correct-headers-to-use/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.