Hello,

I have been receiving this error a lot with CF Flash Forms:

The form data has expired, Please reload this page in your browser.

I have worked with the timeout setting on the flash forms but nothing has 
really worked.  The only solution that I can think of will be to force a page 
fresh if the flash form expires.  I found the code below on another website.  
This person was also trying to resolve the same issue.  My only question is how 
to you determine if the flash from expired or needs refreshing.  Does a CGI 
variable or Flash Forms kick out a predetermined variable for this?

Any help would be great.

<cfoutput>
<InvalidTag language="javascript" type="text/javascript">
location = "#CGI.SCRIPT_NAME#";
</script>
</cfoutput>
</cfif> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220277
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to