I got locks on the brain after all these emails and it has got me 
questioning and requestioning a few things.  Like...can I put a lock 
around an if statement if it contains a cflocation tag?

<!--- i check to see if you are continuing a valid session or not --->
<cflock scope="SESSION" type="READONLY" timeout="10">
    <cfif NOT ParameterExists(session.stMyCurrentSessionStructure)>
        <cflocation url="index.cfm?Fuseaction=#XFA.StartOver#" 
addtoken="No">
    </cfif>
</cflock>

..or does the lock have to be closed?  (therefore, I'd have to set a 
local variable on the read before the if)

Tyler

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
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