hi,
I don't want my php page to be cached by the client browser.
Iam sending the following http headers to the client.
header("Expires: Sat, 1 Jan 2003 00:00:00 GMT");
header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0");
header("Pragma: no-cache");
but iam getting the same cached page when i use the back button. Can someone help me
as to what i have to do.
Start Free Trial