-
1. Re: Why do I get "The form data has expired." every time with Flash formatted CFFORM moved to CF 9.1?
ilssac Apr 18, 2011 11:11 AM (in response to TwoEdge)Make sure the web server settings between the QA and the Production servers are also compatible.
I suspect your suspecion about permissions is the closest to the answer. But this is a little out of my depth of expertise.
Realize that ColdFusion default behavior is to NOT generate and actual swf FILE. Rather what it does is generate the swf content in memory and directly deliver it to the client. But if the web server is configured to look for an actual file system file you may have a clash going on
-
2. Re: Why do I get "The form data has expired." every time with Flash formatted CFFORM moved to CF 9.1?
TwoEdge Apr 19, 2011 11:27 AM (in response to ilssac)Thanks. The issue was that for some reason sticky sessions had not been enabled on the live server, but had been on all our other servers. Until now it had not affected anything else so we didn't notice, but it definitely caused the problem in this case.


