How to force empty cache on specific page?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
RyanC
Forum Members
Forum Members
Posts: 97
Joined: Fri Aug 05, 2011 9:02 pm

How to force empty cache on specific page?

Post 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?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: How to force empty cache on specific page?

Post by Dr.CSS »

Look to the Options tab for the no cache checkbox...
RyanC
Forum Members
Forum Members
Posts: 97
Joined: Fri Aug 05, 2011 9:02 pm

Re: How to force empty cache on specific page?

Post 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?
Post Reply

Return to “Layout and Design (CSS & HTML)”