[Phplib-trackers] [ phplib-Bugs-478215 ] cache-headers bug
Brought to you by:
nhruby,
richardarcher
|
From: <no...@so...> - 2002-09-25 18:42:58
|
Bugs item #478215, was opened at 2001-11-04 22:03 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=478215&group_id=31885 >Category: Session >Group: 7.2.x Status: Open >Resolution: Out of Date Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: cache-headers bug Initial Comment: Pages are cached using Konqueror or Opera(linux). I use this headers to resolve it: header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-modified: ".gmdate("D, d M Y H:i:s")." GMT"); header("Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, post-check=0, pre-check=0, max-age=0, s-maxage=0"); header("Pragma: no-cache"); max-age=0 and s-maxage=0 resolve the problem. Others can be usefull in other cases. ---------------------------------------------------------------------- >Comment By: Chris Johnson (chaska) Date: 2002-09-25 13:42 Message: Logged In: YES user_id=279065 I suspect this bug report is out of date. The cache header handling was grealty changed, but the CVS log doesn't indicate exactly when so am not sure what version this person might have been using. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=478215&group_id=31885 |