This content has been marked as final.
Show 1 reply
-
1. Re: ColdFusion10 Multi-instance cfform problems
BKBK Mar 14, 2014 3:56 AM (in response to ricky.catano)If I remember correctly, cfform is not one of the tags excluded in sandboxing. So, my guess is that this problem is caused by something other than the cfform per se.
I would think immediately of access to the CFIDE directory. For that is where ColdFusion's script and flash configuration files are stored. This brings me to the idea that the issue might be caused by one of the new changes in functionality in ColdFusion 10, namely, a logged-in user may have no more than one active session.

