As long as possible. I'm using <cfdirectory and saving information into session 
variables for my tree view listing which is also using JS. File names and paths are 
getting 
passed but are thrown away after the session timeout. I was initially using cookies 
and it worked great but after reading some threads alot of people where saying to use 
session variables this way you can <cflock them. I could have multiple people trying 
to access the same file(s) etc. on the server.




On Wed, 16 Oct 2002 13:11:38 -0500, Kevin Graeme wrote:

> Why would you want to? Having them time out is a good thing. Do you want to
> set the time out for longer, maybe?
> 
> <cfapplication name="appName"
>         sessionmanagement="Yes"
>         sessiontimeout="#CreateTimeSpan(0,2,0,0)#" clientmanagement="yes">
> 
> -Kevin
> 
> > -----Original Message-----
> > From: FlashGuy [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, October 16, 2002 1:01 PM
> > To: CF-Community
> > Subject: Session Varaibles
> >
> >
> > 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=5
Subscription: 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_community
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to