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.
Thanks in advance,
Bill
Thanks,
Bob
____________________________________________________________________
Get free email and a permanent address at http://www.amexmail.com/?A=1
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message
to [EMAIL PROTECTED] with 'unsubscribe' in the body.