its cause you have the work 'Session' in the variable name.

-----Original Message-----
From: John Lucas [mailto:cftalk@;fastestisp.com]
Sent: 14 November 2002 14:25
To: CF-Talk
Subject: RE: True is False


There's sss in the second cfset.  Maybe?



-----Original Message-----
From: Jeffry Houser [mailto:jeff@;farcryfly.com] 
Sent: Thursday, November 14, 2002 8: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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to