No-cache and Safari
Hi all,
I want to prevent browsers from caching one of my ColdFusion pages. I am using:
<CFHEADER NAME="Expires" VALUE="Mon, 06 Jan 1990 00:00:01 GMT">
<CFHEADER NAME="Pragma" VALUE="no-cache">
<CFHEADER NAME="cache-control" VALUE="no-cache">
This seems to have been working fine until one of my users reported that it doesn't work with safari....
Safari just ignores the commands and loads a previous cached version.
Any theories?
Regards all,
Paul.
