Adding headers to attempt to fix bug 335794.

This commit is contained in:
mike.morgan%oregonstate.edu 2006-09-08 17:43:47 +00:00
parent 8af09718bb
commit 6944d8d3e1

View File

@ -74,7 +74,8 @@ if (empty($db->record)) {
//}
// Set a no-cache header to make sure this page is never cached.
header('Cache-Control: no-cache');
header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, private');
header('Pragma: no-cache');
header('Location: '.$uri);
exit;
?>