Synchronize no-cache headers. This reverses revision 13940 because no-cahce headers...
[squirrelmail.git] / src / redirect.php
index fdf8d0967479714c365a03d761af199517a2f399..d8253f638c8f2e2c4f3fb6a67a3bb557d342df38 100644 (file)
@@ -23,7 +23,11 @@ require('../include/init.php');
 require_once(SM_PATH . 'functions/imap_general.php');
 require_once(SM_PATH . 'functions/strings.php');
 
+// Disable browser caching
+//
+header('Cache-Control: no-cache, no-store, must-revalidate, max-age=0');
 header('Pragma: no-cache');
+header('Expires: Sat, 1 Jan 2000 00:00:00 GMT');
 $location = get_location();
 
 // session_set_cookie_params (0, $base_uri);