We do it at the webserver level. IIS and Apache has the ability to expire pages so that when they hit the back button they get an error from the browser saying that page has expired.
J.J. On 8/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > All, > > Is there a way of preventing a page from being cached in the browser using CF > besides the html version of ... > > </BODY> ( yes you're seeing this correct, additional head tag after closing > body tag) > <HEAD> > <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> > </HEAD> > > I understand this doesn't work well in IE because not enough data is > downloaded to have this > take effect so you're suppose to place a second instance of this code at the > end of the closing > body tag. > > Thanks. > > D > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287179 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

