Skip to main content
March 4, 2009
Answered

cfform losing session

  • March 4, 2009
  • 1 reply
  • 1227 views
Using the flash version of cfform, I am losing my session in IE 7 & 8 (haven't tested in any other versions). Also, I can see my form variables in my debugger output but I cannot access them programatically.

The form works in Firefox. HELP.
    This topic has been closed for replies.
    Correct answer
    Sorry, I forgot all about this post after a few days. I was able to get it working. In the form action property, I needed to specify the full path.

    For example:

    Instead of <cfform action="test.cfm"> I had to do <cfform action=" http://www.adobe.com/test.cfm">.

    1 reply

    BKBK
    Community Expert
    Community Expert
    March 20, 2009
    Could we see the code?

    March 20, 2009
    Sorry, double post...