Page 1 of 1
[SOLVED] Page caching after 10..3 to 11.7 upgrade
Posted: Thu Aug 01, 2013 8:43 am
by spike
Several of my pages are now caching after upgrading to 11.7
These pages are TV schedules and are updated 3 or 4 times daily 24/7 so it's important they don't cache. All cache settings are disabled but they're still caching in all the browsers that I've been able to check. Is there another way of preventing this happening.
Thankx in advance for any tips. - spike
Re: Page caching after 10..3 to 11.7 upgrade
Posted: Thu Aug 01, 2013 9:38 am
by velden
Re: Page caching after 10..3 to 11.7 upgrade
Posted: Thu Aug 01, 2013 10:00 am
by staartmees
Put the following code in the page specific metadata tot disable browser caching
Code: Select all
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
Re: Page caching after 10..3 to 11.7 upgrade
Posted: Thu Aug 01, 2013 11:53 am
by spike
Thanks very much for the tips guys,
Since I've read that some browsers do and some don't I've used both suggestions.
Appears to work perfectly, thanking you kindly.
regards spike
Re: [SOLVED] Page caching after 10..3 to 11.7 upgrade
Posted: Thu Aug 01, 2013 2:34 pm
by calguy1000
CMSMS has an admin setting
- allow browser to cache pages
There is a 'cachable' flag for each page
if you don't want the browser to cache individual pages, make sure that that is off.
Oh, and you could have settings in your .htaccess file that override the headers output by cmsms.
Re: [SOLVED] Page caching after 10..3 to 11.7 upgrade
Posted: Thu Aug 01, 2013 3:17 pm
by spike
Hi Calguy,
Had both the admin and the page settings flagged to no cache, but the pages were still caching. I wondered if there was some glitch in the data-base that might be causing it after the update.
Seems to be okay now with the suggestions above implemented.
Thanks for your input -
regards - spike