[GeneralDiscussion] Re: zope/plone article
[email protected] (betabug) Fri, 06 Mar 2009 11:28:58 -0800
| Newsgroups | gmane.comp.web.zope.zwiki |
|---|---|
| Message-ID | <20090306112849-0800__44308.4462000572$1236367836$gmane$org@zwiki.org> |
> ... simply do:
>
> RESPONSE.setHeader('Last-Modified', rfc1123_date(last_mod))
> RESPONSE.setHeader('Cache-Control', 'max-age=86400, s-
Sorry, that is just not the proper way to do these things. For setting the Cache-Control header you use an "Accelerated HTTP Cache Manager" object. Hardcoding something like that in the code is not good style.
--
forwarded from http://zwiki.org/GeneralDiscussion#[email protected]