<?
// Don't allow browsers to cache data
header ('Last-Modified: '.gmdate("D, d M Y H:i:s").' GMT');
header ('Expires: '.gmdate("D, d M Y H:i:s").' GMT');
header ('Cache-Control: no-cache, must-revalidate');
header ('Pragma: no-cache');
?>
Unfortunately, Mozilla, Netscape, Konqueror, and Opera all
share a common defect. When you use the back button, cache
rules are ignored, and it uses a cached copy regardless.
Richard KS wrote :869
Excellent example; have been using that myself for a while, and it annoys me that those browsers mentioned can`t even accept the rules. Weakness!