View Single Post
Old 02-20-2006, 05:27 AM   #9 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 745
DJMaze is on a distinguished road
IMO http-equiv is mostly used for IE only and still does fail in IE
if you have server-side scripting support like SDE says, you should think about using something like PHP
PHP Code:
<?php
header
('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
header('Date: '.date('D, d M Y H:i:s \G\M\T', (time()-date('Z'))));
DJMaze is online now   Reply With Quote