Retire Marc. We should probably retire some others who haven't contributed in the...
[squirrelmail.git] / src / mailto.php
index 3981c5bd8db33f6df30dce010d223d9b34636a0c..edbd5d71b22733c01274a3005a544cba8ec4f710 100644 (file)
@@ -64,7 +64,11 @@ $force_login = FALSE;
 $compose_only = FALSE;
 
 
+// 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');
 
 $trtable = array('cc'           => 'cc',
                  'bcc'          => 'bcc',