You mean ''session variables'' right? You can and should always combine cflocks where you can. Saves overhead.
<cflock scope="session" type="exclusive" timeout="10"> <cfset session.foo="blah"> <cfset session.bar="blahblah"> <cfset session.woo="blahblahblah"> <cfset session.hoo="blahblahblahblah"> </cflock> HtH, -------------------------------------------- Matt Robertson [EMAIL PROTECTED] MSB Designs, Inc. http://mysecretbase.com -------------------------------------------- -----Original Message----- From: Dave Lyons [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 7:59 PM To: CF-Talk Subject: session locking ? do you need to lock each session separately? for example, I want to set 3 sessions on a successful login, I'm assuming they need to be separately locked but I thought I'd ask dave ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Host with the leader in ColdFusion hosting. Voted #1 ColdFusion host by CF Developers. Offering shared and dedicated hosting options. www.cfxhosting.com/default.cfm?redirect=10481 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

