Re: List of site that shouldn't be Cached

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 04 Feb 2000 23:14:36 +0100

Blue Lang wrote:

> I believe the code you wanna have added is a "Pragma: no-cache" header.

No, but a Expires or Cache-Control header with the appropriate content.

"Pragma: no-cache" is not defined for replies, only requests.

Content which is private for one user should be marked with
  Expires: <now in GMT format>
  Cache-Control: private

Content which changes every 5 minutes should be marked
  Expires: <now + 5 minutes>
  Cache-Control: max-age=300

--
Henrik Nordstrom
Squid hacker
Received on Sat Feb 05 2000 - 15:27:16 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:50:58 MST