[#1457]
[email protected] (thimo) Sat, 22 Jan 2011 04:07:10 -0800
| Newsgroups | gmane.comp.web.zope.zwiki |
|---|---|
| Message-ID | <20110122040706-0800__32541.8992470533$1295698042$gmane$org@zwiki.org> |
What about adding some headers to your template?
::
RESPONSE.setHeader('Expires', '-1')
RESPONSE.setHeader('Last-Modified', _.DateTime().toZone('GMT').rfc822())
RESPONSE.setHeader('Cache-Control', 'no-cache')
RESPONSE.setHeader('Pragma', 'no-cache')
--
forwarded from http://zwiki.org/1457PagesTooOftenShowOldContentUntilReloadedWithASpecialKeyCombination#[email protected]