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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287178 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

