How to force empty cache on specific page?
Posted: Thu Apr 05, 2012 9:45 pm
Hi, I was wondering if there is a way to automatically empty the cache of a specific page. I have a page where people can open expandable divs, but when someone returns to that page later I would like them to be closed again, and I believe that is the default style of the page. I've looked online and have tried everything I've seen, like:
Is there something else I can try in the head of my page?
Code: Select all
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Expires" content="Tue,01 Dec 1990 06:30:00 GMT"
<meta http-equiv="cache-control" content="no-cache" />