diff info.html @ 40:b11c8d7ccf05

tweked caching options
author nick <nrclark@essex.ac.uk>
date Tue, 04 Dec 2012 23:25:32 +0000
parents bb22080ad996
children e9ab9606622e
line wrap: on
line diff
--- a/info.html	Tue Dec 04 19:06:42 2012 +0000
+++ b/info.html	Tue Dec 04 23:25:32 2012 +0000
@@ -1,7 +1,9 @@
 <html>
   <head>
     <meta content='text/html;charset=UTF-8' http-equiv='Content-Type'>
-    <meta http-equiv="Cache-Control" content="no-cache"> 
+	<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
+	<meta http-equiv="Pragma" content="no-cache">
+	<meta http-equiv="Expires" content="0">
     <title>BioAid &mdash; Information</title>
     <style type='text/css'>
       @import 'css/default.css';