--- attachment_links.module	2010-08-14 01:00:24.000000000 -0400
+++ attachment_links.module.patched	2010-08-14 01:02:03.000000000 -0400
@@ -238,7 +238,10 @@ function _attachment_links_download($fil
     	// -- The browser will then adjust the filename to match the host OS'
     	// -- filename restrictions.
     	$name = str_replace('"', "'", $name);
-
+			
+    	$headers[] = 'Expires: 0';
+    	$headers[] = 'Cache-Control: private';
+    	$headers[] = 'Pragma: cache';
     	$headers[] = 'Content-Type: application/force-download';
     	$headers[] = 'Content-Disposition: attachment; filename="' . $name .'"';
 
