>  I have a page in my application which I do not wish to cache. I
> have put the
> META tag to prevent caching as follows:
> <META HTTP-EQUIV="Expires" CONTENT="Fri, Jun 12 1981 08:20:00 GMT">
> <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
> <META HTTP-EQUIV="Pragma:no-cache">
> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
>
> Also i tried CFHTTP header:
> <CFHEADER NAME="Expires" VALUE="#Now()#">
>
> but IE still is able to cache pages. Netscape responds well.
> Any clues. I wish to programatically control this. I have no
> control over the Server Configurations.

AFAIK, IE4/5 have this lovely ability to over-ride the page settings for
expiry.

With IE5, when the setting is "Automatic" it takes note of the setting, but
that's the only one that seems to - if the user sets it's on "Never" then
you won't be able to touch it.

It's a real PITA, but that's Micro$oft for you...

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to