I would think not...

Session variable are not shared scope, meaning only the same user will ever
access a session variable.

Variable scopes such as server and application are accessible by more than
one user and therefore should be locked.

- Calvin

----- Original Message ----- 
From: "Jeff" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, August 15, 2003 4:05 PM
Subject: I debated whether or not this question was too stupid to ask...


> Do you lock the *creation* of session variables?
>
> For instance, is
> <cflock type="exclusive" timeout="30">
>   <cfset SESSION.MyStruct = StructNew()>
> </cflock>
>
> Do-able? Bad? Good? Stupid? A Sign of Weakness that the rest of the pack
> will surely exploit?
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to