Skip to main content
Known Participant
May 19, 2009
Question

need to fix this

  • May 19, 2009
  • 2 replies
  • 849 views

Hi i had a page in coldfusion and when i try to go back by using back button in browser then i am gettting page expired and i dont need to be happen.Can any one have any idea regarding this type of issue.

this is error:

About Working Offline

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.

This topic has been closed for replies.

2 replies

May 20, 2009

Hi,

in your form you can set a timeout attribute. I know this works great with flash forms. The timeout here is in second, you can change it to whatever..

<cfform format="flash" timeout="1000">

If in a HTML form you can add a button to use instead of the "back button" like this...

<INPUT TYPE="button" VALUE="Go Back" onClick="history.go(-1);return true;">

Inspiring
May 20, 2009

There is no fix because nothing is broken.  That's how web pages containing form submissions work.