Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default form data expired

    Is there an ultimate way to get rid of this error message when using flash
    cffrom?

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

    It happens if I use the back button to browse back to a page that has cffrom
    tags. The timeout attribute helps a little bit but only for a few mins no
    matter what value I set it for it.

    Jim Wells Guest

  2. Similar Questions and Discussions

    1. Flash Form data had expired
      When the back button it clicked the form on the previous page has expired. What?s a good way around this?
    2. Form data has expired
      I have a Grid using onChange as below: onchange="getUrl('SpecificAccount.cfm?count_id=' + getTodaysGrid.dataProvider);" Once the item is...
    3. 'Form data has expired'
      Hey all, I seem to be having a problem with my flash form. I made a form which takes values from a GET then querys a database to populate the...
    4. mx 7 flash form The form data has expired, Please reloadthis page in your browser.
      When i first go to any flash form on my CFMX 7 server i get the following message. The form data has expired, Please reload this page in your...
    5. System.Data.SqlClient "Timeout expired" causing ASP.net web application to automatically restart.
      I have a Web Server running IIS 5 or 6 on Windows 2K and Windows 2003 Server that is experiencing strange shutdown problems. We are using ASP.NET...
  3. #2

    Default Re: form data expired

    you can set the timout attribute to something reasonable.... just figure out
    what is the time sensitivity of the information on the page and set the timeout

    <cfform name="blah" action="thispage.cfm" timeout="30">
    </cfform>

    Chavim Guest

  4. #3

    Default Re: form data expired

    Any idea what reasonable is?

    I want to use a flash login screen on a kiosk station. So a reasonable timeout for me might be 48 hours. But it doesnt work for that long.

    Jim Wells Guest

  5. #4

    Default RE: form data expired

    I get this error all the time 2 minutes is the longest the form will stay in cache. 999 is the same as 99999 and neither goes more than 2 minutes even though 999 is around 15 minutes. I have tried the META tag solution: no go; I have tried the timeout='9999': no go; I have tried the cookie solution: no go. non of these really work ALL the time. Im baffled why there would be a timeout at all. Exept for SNN and credit Card stuff; my 22 forms have none of these. So I dont want a timeout. So frustrating. Any help would be great

    Thanks
    George

    From [url]http://www.developmentnow.com/g/66_2005_4_0_0_511706/form-data-expired.htm[/url]

    Posted via DevelopmentNow.com Groups
    [url]http://www.developmentnow.com[/url]
    George Guest

  6. #5

    Default Re: form data expired

    You could set a timeout to say 60 and use a javascript timer to reload page before timer hits 60. You said the META Tag did not work, did you try refresh?


    ToeJam Guest

  7. #6

    Default RE: form data expired

    Has anyone gotten the forms to work without getting the timeout message. Really these Flash/CFForms are useless without this functionality working properly

    From [url]http://www.developmentnow.com/g/66_2005_4_0_0_511706/form-data-expired.ht[/url]

    Posted via DevelopmentNow.com Group
    [url]http://www.developmentnow.com[/url]
    CF_GIRL Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139