From: Matteo Nastasi (mop) Date: Sun, 20 Apr 2008 16:39:03 +0000 (+0000) Subject: Cache-Control 'no-store flag' added X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=6e40ef0d977080412b55f3c91ca76c11eaadc84e;p=brisk.git Cache-Control 'no-store flag' added --- diff --git a/web/.htaccess b/web/.htaccess index 856a4e6..f6c3ba4 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -1,5 +1,5 @@ -header append Cache-Control "public, last-modified, must-revalidate" +header append Cache-Control "public, no-store, last-modified, must-revalidate" header append Pragma "no-cache" diff --git a/web/briskin5/.htaccess b/web/briskin5/.htaccess index 856a4e6..f6c3ba4 100644 --- a/web/briskin5/.htaccess +++ b/web/briskin5/.htaccess @@ -1,5 +1,5 @@ -header append Cache-Control "public, last-modified, must-revalidate" +header append Cache-Control "public, no-store, last-modified, must-revalidate" header append Pragma "no-cache"