could you append a random string or number to the URL as a parameter? a different one each time should hopefully ensure IE doesn't recognise it as being the same page. never tried this method so i don't know how well it works.
Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world ---------------------------------------------------------------------- Get your domain names online from: http://www.alienationdomains.co.uk Reseller options available! ---------------------------------------------------------------------- ---------------------------------------------------------------------- "Kola Oyedeji" <[EMAIL PROTECTED] To: <[EMAIL PROTECTED]> yalty.com> cc: Subject: [ cf-dev ] http-equiv caching issues 07/07/2003 15:47 Please respond to dev 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] -- ** 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]
