Excuse me while I pound my head on the desk. Thanks everyone.
At 09:26 AM 11/14/2002 -0500, you wrote: >Typo. Your second cfset has mispelled session as sesssion. Notice the 3 >s chars? > >======================================================================= >Raymond Camden, ColdFusion Jedi Master for Hire > >Email : [EMAIL PROTECTED] >WWW : www.camdenfamily.com/morpheus >Yahoo IM : morpheus > >"My ally is the Force, and a powerful ally it is." - Yoda > > > -----Original Message----- > > From: Jeffry Houser [mailto:jeff@;farcryfly.com] > > Sent: Thursday, November 14, 2002 9:19 AM > > To: CF-Talk > > Subject: True is False > > > > > > I must be missing something really obvious. > > > > This is the code ( In the application.cfm ): > > > > <cfset variables.LoadNewSession = "false"> > > <cfoutput>Load New Session: #variables.LoadNewSession#</cfoutput><br> > > <cfset variables.LoadNewSesssion = "true"> > > <cfoutput>Load New Session: #variables.LoadNewSession#</cfoutput><br> > > > > This is the output: > > > > Load New Session: false > > Load New Session: false > > > > > > Did I just discover some weird bizarre bug? Or am I just really > > confused? Can anyone else replicate this? I have tried > > everything I can > > think of. > > > > For the record if I remove the first two lines, I get an error on 4th > > saying that the variable LoadNewSession is undefined. It seems to be > > ignoring that third line? Am I conflicting with a Java reserved word? > > > > > > -- > > Jeffry Houser | mailto:jeff@;farcryfly.com > > DotComIt, Putting you on the web > > AIM: Reboog711 | Phone: 1-203-379-0773 > > -- > > My CFMX Book: > > <http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-20> > > My Books: http://www.instantcoldfusion.com > > My Band: http://www.farcryfly.com > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

