Dave is right (as usual)... As I understand it, locking in MX is still recommended when you have a possible race condition...
EXAMPLE: SESSION.myCount = SESSION.myCount + 1 You could still potentially have problems in this situation even in MX. -Michael Conger [EMAIL PROTECTED] ----- Original Message ----- From: "Luis Lebron" <[EMAIL PROTECTED]> Newsgroups: cf-talk Sent: Friday, October 04, 2002 2:16 PM Subject: Variable locking > I have a question on Session variables. If I have a statement like > > <cfoutput>#Session.Fullname#</cfoutput> > > do I need to use cflock tags with it? > > > > thanks, > > > Luis > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk 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

