Merge pull request #71 from zouguangxian/master

Recommendation Set the cache-control directive to no-cache and no-store.
pull/72/merge
Aleksander Machniak 11 years ago
commit 4010aabb72

@ -162,7 +162,7 @@ abstract class rcube_output
header("Cache-Control: private, must-revalidate");
}
else {
header("Cache-Control: private, no-cache, must-revalidate, post-check=0, pre-check=0");
header("Cache-Control: private, no-cache, no-store, must-revalidate, post-check=0, pre-check=0");
header("Pragma: no-cache");
}
}

Loading…
Cancel
Save