> Ok, this leads me to another question about locking, If I'm > doing a check > for a session variable, like say something like > <cfif session.username is "blah"> > add some code > </cfif> > > should I have read only locks on pieces of code like that? we do have > certain features that we look for a particular user via a > session variable. > I'm wondering if I should lock all those too, or would that > be overkill? >
Yes. Repeat after me... If I type session - I type lock. If I type application - I type lock. If I type server - I type lock. ======================================================================= Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda ______________________________________________________________________ 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 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

