OK. I'm finally going back through the apps I've built and am going 
to wrap all my cfset session. tags in locks. Question:

If I have a block of tags, like so:

<cfset session.weight = 0>
<cfset session.sh = 0>
<cfset session.state_tax = 0>
<cfset session.subtotal = 0>
<cfset session.grandtotal = 0>

Is it OK to wrap the whole block in a single cflock tag, or should 
each one be wrapped individually?

Also, what's a good cflock timeout= value to use when setting session 
and/or application variables?
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to