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 hackerReceived 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