I initially was using cookies. Thats what I'm going to switch back to.
On Wed, 16 Oct 2002 14:58:17 -0400, S. Isaac Dealey wrote: > Somehow I suspect the question was more about keeping them from expiring > rather than making them expire... I think you're probably actually wanting > to use client variables rather than session variables -- that or > > <cfcookie name="cfid" value="#cfid#" expires="#now()#"> > <cfcookie name="cftoken" expires="#now()#"> > > It's more complicated than I'm making it out to be, but I don't have the > time to go find a url to point you to at the moment unfortunately... > > > S. Isaac Dealey > Certified Advanced ColdFusion 5 Developer > > www.turnkey.to > 954-776-0046 > > > You can set the timeouts either in ColdFusion Administrator or at code > > level. What we do with regard to killing vars on user log-out is to run a > > StructDelete like this as an example: - > > > <cfscript> > > structDelete(Session,'UserID'); > > </cfscript> > > > Hth. > > > Kind Regards - Mike Brunt, CTO > > Webapper > > http://www.webapper.com > > Downey CA Office > > 562.243.6255 > > AIM - webappermb > > > "Webapper - Making the NET work" > > > > -----Original Message----- > > From: FlashGuy [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, October 16, 2002 11:01 AM > > To: CF-Talk > > Subject: Session variables > > > > How can I stop session variables from timing out until the browser is > > closed > > or the user logs out? > > > > > --------------------------------------------------- > > Colonel Nathan R. Jessop > > Commanding Officer > > Marine Ground Forces > > Guatanamo Bay, Cuba > > --------------------------------------------------- > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

