I'm setting session variables and using <cflock
<cflock type="exclusive" scope="session" timeout="5">
<cfset SESSION.variable1 = "something1">
</cflock>
<cflock type="exclusive" scope="session" timeout="5">
<cfset SESSION.variable2 = "something2">
</cflock>
I'm also using <cfparam which is being picked up with a <cfdirectory. Do I have to
wrap the <cfparam with a <cflock also?
<cfparam name="dir" default="d:\">
---------------------------------------------------
Colonel Nathan R. Jessop
Commanding Officer
Marine Ground Forces
Guatanamo Bay, Cuba
---------------------------------------------------
______________________________________________________________________
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
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists