Thanks I'll try your suggestions. Sal
>From: Dave Watts <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: cf and web farms >Date: Wed, 5 Jun 2002 20:07:03 -0400 > > > - I can't delete a client variable via a 'logout' link/button > > like I can a session variable using the structdelete function. > >Use the DeleteClientVariable 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. > >You can do this with a little bit of code. There are many potential >approaches to this; you could delete the connection between the browser and >the Client variables (typically, the CFID and CFTOKEN cookies), or you >could >set a Client variable to store the time the user's session started, and use >conditional logic to compare the current time with that original time on >each page request. > >Dave Watts, CTO, Fig Leaf Software >http://www.figleaf.com/ >voice: (202) 797-5496 >fax: (202) 797-5444 > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com 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

