---------- Original Message ----------------------------------
From: Dave Watts <[EMAIL PROTECTED]>
>If you enable Automatic Read Locking in CF 4.5.x, it'll insist that any
>write to a memory variable be locked using a scoped lock. Your only
>solution, for compatibility across 4.0.x and 4.5.x, is to disable Automatic
>Read Locking.


Hmmm ... we're transitioning from CF 4.0 to 4.5 and have all our locks scoped with the 
old name="session.sessionid" & name="application.applicationname" method.  They work 
okay under 4.5, and pass with Automatic Read Locking turned on.

They do not work with Full Checking turned on, which insists that locks use the scope 
attribute and not the name attribute.

best,
Chris Norloff

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to