summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2014-02-13 09:05:21 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2014-02-13 09:05:21 +0000
commitb88de1e3171d66de9003b9e13a4f060aa060766e (patch)
treeb6edc61aca9f19437ace0d21f08f1530bb98675d /README
parentfae884ae43c71bbb4ff1cc8f72988ca7007d614f (diff)
downloadmod_auth_mellon-b88de1e3171d66de9003b9e13a4f060aa060766e.tar.gz
mod_auth_mellon-b88de1e3171d66de9003b9e13a4f060aa060766e.tar.xz
mod_auth_mellon-b88de1e3171d66de9003b9e13a4f060aa060766e.zip
Simplify cache disabling headers.
This patch changes the headers sent to prevent errornous caching of the responses sent to only use a single header: Cache-Control: private, must-revalidate This single header should ensure that the data isn't shared between multiple users, and that the browser checks that the content is still valid for each request (enabling logout to work as expected). This drops the Exires-header, which should be unnecessary since all modern browsers support the Cache-Control-header. Thanks to Arthur Müller for providing this patch. git-svn-id: https://modmellon.googlecode.com/svn/trunk@223 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions