Page expiration
Posted: Mon Oct 06, 2003 3:08 am
I need to expire some pages.
As i know following lines should me enough:
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
Unfortunately it seems not to be because when i'm click on the back browser button instead to display me the Page Expired mesage the old page is loaded.
Any idea?
As i know following lines should me enough:
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
Unfortunately it seems not to be because when i'm click on the back browser button instead to display me the Page Expired mesage the old page is loaded.
Any idea?