in my case, i have multiple copies of the same or 'similar' swf files accessing cfc's on the backend. i had considered the names being the same affecting cache somehow but i have not been able to try changing one yet.
right now all my CFC's for each app have hard-coded variables instead of application variables. it definitely goes to the right path to look for the CFC's, but it is reading the wrong application.cfm is what i have noticed, sounds like exactly what you are seeing. because of this i cannot use application or session variables to hold anything. d. On Nov 13, 2007 11:06 AM, brandon.culpepper <[EMAIL PROTECTED]> wrote: > No, each site has a different Application name set in the > Application.cfm. > > Could this be due to the flex app swf file having the same name in > each directory? I know it sounds like I am reaching at this point, > but I have been banging my head on this for a couple days now with no > luck. > > > --- In [email protected] <flexcoders%40yahoogroups.com>, Jeffry > Houser <[EMAIL PROTECTED]> wrote: > > > > Does each site have the same application name, set in the cfapplication > > tag (or possibly as an instance variable in the Application.cfc ) > > > > brandon.culpepper wrote: > > > > > > > > > Not sure if this is a Caching problem or not. > > > > > > Server setup: > > > One CFMX 7.0.2 Standard Edition server with many sites in their own > > > directories in the webroot. This is not the multi-instance install of > > > CF I would prefer but we are working towards that. > > > > > > Problem: > > > mySite-1 hits the flex2gateway and everything is fine. mySite-2 tries > > > to hit the flex2gateway and for some reason the flex app is trying to > > > use the Application.cfm for mySite-1 and is bombing out because it > > > thinks I am not logged in. > > > > > > When I restart the CF service and hit the > > > flex2gateway from mySite-2 first everything is fine but hitting it > > > from mySite-1 is now trying to use the Application.cfm from mySite-2. > > > > > > It seems to only want to use the Application.cfm from what ever the > > > first site is to hit it. > > > > > > Any one else come across this? > > > > > > > > > > -- > > Jeffry Houser, Technical Entrepreneur, Software Developer, Author, > > Recording Engineer > > AIM: Reboog711 | Phone: 1-203-379-0773 > > -- > > My Company: <http://www.dot-com-it.com> > > My Podcast: <http://www.theflexshow.com> > > My Blog: <http://www.jeffryhouser.com> > > > > >

