> I've got this on a few pages:
> 
> <cfif not isDefined("Session.Auth.iUserID") or 
> Session.Auth.iUserID eq "">
>         <cflocation url="../logout.cfm?reason=sessiontimeout" 
> addtoken="no">
> </cfif>
> 
> would  that  still  "qualify"  for a lock? and if so would I 
> just lock the whole <cfif> ?

In CF 5, yes, you'd need to lock it, and you'd need to lock the whole thing.
In CF MX, you don't need to lock it since I don't see any potential for a
race condition, but I suppose it wouldn't hurt anything.

> Certified Advanced Bald White Barefoot ColdFusion Developer

Dude, buy some shoes. This makes us all look bad.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to