Menu

#51 cache-headers bug

7.2.x
open-out-of-date
nobody
Session (11)
5
2002-09-25
2001-11-05
Anonymous
No

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.

Discussion

  • Anonymous

    Anonymous - 2002-09-25

    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.

     
  • Anonymous

    Anonymous - 2002-09-25
    • labels: --> Session
    • milestone: --> 7.2.x
    • status: open --> open-out-of-date
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.