Running full release of 6.1 on a machine that was running the beta. What is this page context bug, where can I read more about it and is there a fix (or is it just a symptom of me caching the code)? Thanks
> Michael, are you running RedSky? This sounds like a classic sympton of > the page context bug. > > ======================================================================== > === > Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc > (www.mindseye.com) > Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) > > Email : [EMAIL PROTECTED] > Blog : www.camdenfamily.com/morpheus/blog > Yahoo IM : morpheus > > "My ally is the Force, and a powerful ally it is." - Yoda > > > -----Original Message----- > > From: Michael Dinowitz [mailto:[EMAIL PROTECTED] > > Sent: Sunday, August 10, 2003 3:20 PM > > To: CF-Talk > > Subject: Sessions and CFCs > > > > > > OK, here's an interesting one. I have a CFC that I cached > > into the application scope. All it does is check a users name > > and password, writes some info to their session and exits. > > First run, no problem. It works. Second run with a different > > browser (i.e. a different session) and it fails. For some > > reason, the CFC was not setting the session information > > inside the CFC. From what it looks, when I ran the CFC the > > first time, it took the first session and held it as the only > > session to use. The second session never had data written to > > it. Can anyone else try this out and see what they get? I'm > > using this to cache the CFC. > > > > <CFIF Not IsDefined('Application.CFC.User')> > > <cfparam name="Application.cfc" default="#structNew()#"> > > <CFOBJECT NAME="Application.CFC.User" > > COMPONENT="components.user"> </CFIF> > > > > Michael Dinowitz > > Finding technical solutions to the problems you didn't know > > you had yet > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

