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

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to