Hello,

I am doing a very simple exclusive lock in a very simple application.

<cflock scope="SESSION" timeout="15" type="exclusive">
     <cfset session.orderid = request.saveData.NewID>
</cflock>

I am getting an error saying "... failed to obtain an exclusive access..."

Where should I start looking for the source of this problem? I am doing
similar locks in other parts of this application without any problems.


Thanks!



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to