Skip to main content
Known Participant
August 24, 2010
Question

No-cache and Safari

  • August 24, 2010
  • 1 reply
  • 850 views

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.

    This topic has been closed for replies.

    1 reply

    Inspiring
    August 24, 2010

    No theories, but it might be wise to ask the same question ona Safari forum (if there is such a thing?)

    --

    Adam