DUDE!!!!! You are the man. Thanks alot. -----Original Message----- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 2:23 PM To: CF-Talk Subject: Re: Page Expiring....why?
>I have a search page that the user begins a search from, then a results >page >is listed. the user can click on a link on the results page to view a >particular record. when the user clicks the back button, they get the >following message: > >" > Warning: Page has Expired The page you requested was created using >information you submitted in a form. This page is no longer available. As a >security precaution, Internet Explorer does not automatically resubmit your >information for you. > >To resubmit your information and view this Web page, click the Refresh >button. >" > >Is this a browser setting? The user should be able to get back to their >search results without having to refresh. > This is a bug/feature of CFMX (honestly not sure which). To alleviate the problem, put this at the top of your page: <cfheader name="cache-control" value="public"> I have used it in several apps and haven't had a problem with that since. Regards, Dave. _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

