My client does not want to change his cache settings on IE and I'm trying to figure out a way to dynamically update a view each time it is visited. I figured that javascript/AJAX might help, but after 8 hours of searching, I'm more confused that I was before. Can this be done? If so, how?
Software/Hardware used:
ASKED:
May 1, 2008 9:57 PM
UPDATED:
February 27, 2012 3:01 AM
Put these lines in the beginning of the web (you need PHP):
<?php
header(“Expires: Sun, 01 Mar 2009 00:00:00 GMT”);
header (“Last-Modified: ” . gmdate(“D, d M Y H:i:s”) . ” GMT”);
?>
I hope that these code will be useful for you