5 pts.
 Caching and dynamic views
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

Answer Wiki:
HAve a look here http://www.breakingpar.com/bkp/home.nsf/Category?OpenNavigator&87256B280015193F872570EC005A2932 Search for "Prevent pages from caching" ....I haven't tried it...let me know if it works! It seems what you trying to do is fine. do it. javascript/AJAX will help. AJ, <a href="http://femaleviagra.blogspot.com">female viagra does it work</a>
Last Wiki Answer Submitted:  February 27, 2012  3:01 am  by  Coolaij   75 pts.
All Answer Wiki Contributors:  Coolaij   75 pts. , Laska   30 pts. , Brooklynegg   3,845 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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

 25 pts.