If you'd like more information on locking I've a guide here (watch the wrap):
http://www.depressedpress.com/DepressedPress/Content/ColdFusion/Guides/ It's applicable directly to CF 5 and below. The techniques are still applicable to CFMX, but the warnings about server stability don't apply. Hope you like it. Jim Davis President, http://www.depressedpress.com Webmaster, http://www.firstnight.org Webmaster, http://www.cfAdvocacy.org Senior Consultant, http://www.metlife.com > -----Original Message----- > From: Dave Lyons [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 11, 2003 11:47 PM > To: CF-Talk > Subject: Re: session locking ? > > cool, i hadn't read anything that said you could so I was wondering > (wondering wrong as always) > > Thanks > > dave > ----- Original Message ----- > From: "Matt Robertson" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Wednesday, June 11, 2003 11:00 PM > Subject: RE: session locking ? > > > > 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

