i know why, but i dont know why!  Why won't CF just lock it all the time 
automatically who would want shared data with sessions when they can already 
use an application variable for that.  Also I dont understand nested 
lockings and how it works.  All I usually end up doing is putting a Session 
lock around every session variable I see.  or if the session is used in a 
CFIF tag, i put the lock around that CFIF tag (not the closing CFIF tag).  
Or if there are a bunch of session variavles being read/written to, i put a 
session lock over them.  heck, why not just surround the whole page with one 
session lock?  can someone help me grasp the concept of a session lock 
please?

:)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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

Reply via email to