Hi I have the following cfml included in an application to force browsers to Not cache pages. I've avoided using cfheader as some of the pages use cfflush. I'm finding that despite including the below code, if a user's browser is set to automatically check for newer version of page in ie I'm still getting cached pages. Does this mean that the only solution is to ask the user to change their browser settings?
<META HTTP-EQUIV="Expires" CONTENT="0"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> Thanks Kola -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
