Yes, these seem to work very reliably. Unlike cfhtmlhead, they don't translate into HTML tags but rather appear in the header block with the cookies and other whatnot, so you don't need to put them in your head. You do need to put them near the top of your doc, so Application.cfm would work out fine.
Matthew Walker Electric Sheep Web http://www.electricsheep.co.nz/ ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 8:53 AM Subject: <cfheader> and caching > I'm trying to keep my pages from caching in visitors browsers and/or proxy > servers. I found the following code online that uses cfheader: > > <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"> > > Do I have to put that code in the <head></head> section of my pages, or can > it just go at the top? Can I put it in my Application.cfm file? Should I > bother with META tags too? Has anyone had any experiences with this that > could be helpful? > > Thanks, > Jonathan > ________________________________________________________ > Jonathan Mauney > Manager, Digital Media Properties / Web Application Developer > 1110 WBT AM / 107.9 the LINK (WLNK-FM) / Jefferson-Pilot Radio Network > Jefferson-Pilot Communications Co. > One Julian Price Place > Charlotte, North Carolina 28208 > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

