This content has been marked as final.
Show 1 reply
-
1. Re: Problem retrieving Session variables in Flex from Coldfusion
Marstano Jul 1, 2011 2:55 PM (in response to Marstano)Ok, this is resolved.
The problem seems to have been related to the scope of Application.cfc and Application.cfm. The directory which contained the cfc files had an Application.cfm controlling the session, while the directory with the pages that included the flex swf files had an Application.cfc file. Apparently these two don't talk to each other.
The solution is to use either Application.cfc or Application.cfm files, but not to mix them. In other words, use either -- but be consistent.
