I use a modified version of the udf from cflib.org called deleteClientVariables. Pretty self explanitory. As for time-out check out the custom tag "clienttimeout.cfm" in the macromedia devex by Brian Kotek. Works like a charm.
Client variables are far more flexable and safer than the dirty ol'session scope. Theres a great tutorial on using client variables at http://www.halhelms.com that persuaded me. Good luck! -----Original Message----- From: Ken Wilson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 4:53 PM To: CF-Talk Subject: RE: cf and web farms You can easily do both with client variables. I'm running out right now but will follow-up with more info if nobody else chimes in with the details. Ken -----Original Message----- From: S R [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 7:41 PM To: CF-Talk Subject: RE: cf and web farms Maybe I just don't know how to solve these problems but this is how client variables have limited me. - I can't delete a client variable via a 'logout' link/button like I can a session variable using the structdelete function. - I cannot specify the length of time I would like them to expire in individual applications. I can set it in the CF administrator, but the expiration times differ between my apps. >From: "Ken Wilson" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: cf and web farms >Date: Wed, 5 Jun 2002 19:04:25 -0400 > > >I know I can use client variables in a database > >but that limits me. > > >In what way does that limit you? > >I would suggest it's just the opposite. Session variables impose >limitations >whereas db-driven client variables free you from those limitations. > >Ken > > > > >-----Original Message----- >From: S R [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, June 05, 2002 6:48 PM >To: CF-Talk >Subject: cf and web farms > > >Is there any way in CF 5.0 to specify a specific server in a web farm to >contain session variables? I know I can use client variables in a database >but that limits me. > >thanks > >sal > > > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

