cache-headers bug
Brought to you by:
nhruby,
richardarcher
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.
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.