PDA

View Full Version : cache problem


Cust0ms
10-16-2008, 07:04 PM
hello
I turned off option 'Add No-Cache HTTP Headers' in AdminCP > vB Options > Cookies and HTTP Header Options but when I looked at the page source still see the following code:
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->

Is it correct?

Cust0ms
10-17-2008, 07:38 PM
Anyone?

Lynne
10-17-2008, 11:01 PM
There are some pages where the no-cache headers are hard coded in - FORUMHOME comes to mind. But if you turn them off, they should be off on all the other pages (unless you use a custom style in which the style author hard coded it into the template).