Answering my own post. I changed the variable handling mechanism from Registry to Cookie and it seemed to fix the problem. I still don't know why though.
Dustin Snell Unisyn Software, LLC http://www.unisyn.com ----- Original Message ----- From: "Dustin Snell [Unisyn Software, LLC]" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 9:01 AM Subject: CFAPPLICATION causes NULL Error for new users > Hello all, > > I upgraded from CF 4.5 to MX the other day and among other problems I ran > into a strange issue where the presence of CFAPPLICATION in my > application.cfm file would cause a new visitor (that is, one that had not > been to the site to receive a cookie) would receive an CF generated error > message with no line number or any other information except the text "Null". > The only way I could find to fix the error was to remove the CFapplication > line which looked like this: > > <CFAPPLICATION NAME="UnisynWeb" sessionmanagement="Yes" > SESSIONTIMEOUT=#CreateTimeSpan(0,11,0,0)# > APPLICATIONTIMEOUT=#CreateTimeSpan(0,11,0,0)#> > > Any idea? > > Dustin Snell > Unisyn Software, LLC > http://www.unisyn.com > The Leader in System AutoMation Software for Windows > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

