Brian, The Camden Rule of thumb when dealing with ANY shared scope variables (session, application, server) in versions of CF prior to CFMX is you must ALWAYS use an appropriate CFLOCK when you reference a shared scope variable.
Regards Stephen ----- Original Message ----- From: "Brian Eckerman" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, June 12, 2002 1:55 PM Subject: Absolutly neccesary to cflock session variables > Is it absolutly necesary to cflock session variables. > ex. when doing an IsDefined(session.myvariable). > How could it hurt to not use them? > ______________________________________________________________________ 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 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

