I inherited an application that uses session variables and has no CFLOCK tags in it at all! All session variables have a CFPARAM in the Application.cfm, but even there it isn't inside a cflock. I was reading the docs and even if I set the locking to "Automatic Read Locking", I don't think I'm protected from potential locking problems.
Am I understanding things correctly? Do I need to go through every bit of code, find where a session variable is referenced and put it in a ReadOnly lock, and find where a session variable is updated and put it in a Exclusive lock? TIA, Steve ------------------------------------- Steven Monaghan Oracle DBA / Cold Fusion Developer MSC Industrial Direct Co., Inc. Melville, NY [EMAIL PROTECTED] http://www.mscdirect.com ------------------------------------- This e-mail is intended for the use of the addressee(s) only and may contain privileged, confidential, or proprietary information that is exempt from disclosure under law. If you are not the intended recipient, please do not read, copy, use or disclose the contents of this communication to others. Please notify the sender that you have received this e-mail in error by replying to the e-mail. Please then delete the e-mail and destroy any ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com 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

