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
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

Reply via email to