Page 1 of 1

How to force empty cache on specific page?

Posted: Thu Apr 05, 2012 9:45 pm
by RyanC
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:

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" />

Is there something else I can try in the head of my page?

Re: How to force empty cache on specific page?

Posted: Thu Apr 05, 2012 10:48 pm
by Dr.CSS
Look to the Options tab for the no cache checkbox...

Re: How to force empty cache on specific page?

Posted: Thu Apr 05, 2012 11:23 pm
by RyanC
Hi Dr. CSS--yeah I have that deselected. If that's all it takes then the script I'm using must be over-riding it somehow?