On Saturday 15 June 2002 00:27, Joe Cooper wrote:
> In Apache you can use mod_expires to specify how long you'd like
> the object to be cacheable (or not at all). You can also append a
> 'Cache-Control: no-cache' header to the object in the webserver as
> well. This will prevent most or all browsers from caching it as
> well, I believe.
And there is the related (and stronger) "Cache-Control: no-store"
option if you want to make sure the object is never stored on any
intermediary media.
(contrary to the first impression, no-cache does not deny caching)
Regards
Henrik
Received on Fri Jun 14 2002 - 19:15:39 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:08:42 MST