Well that is a problem...
Hmm I actually haven't done much testing with that as I use client variables
stored in a database.  If you use client variables, I think the lowest they
could time you out is 1 day because its set up to purge the tables not clear
ram.  They also might be more flexible about the amount of time before they
purge the tables, because it doesn't affect thier resources. Client
variables work just like Session variables functionally, the only draw back
is you are hitting the database to store them.  However this is a minor
performance hit when compared to the ease of scalability client variables
offer.
----- Original Message -----
From: "Eron Cohen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 01, 2000 11:07 AM
Subject: RE: Problem Handling Sessions


> Hi Sean,
>
> Thanks for the help.  My problem with prolonging sessions is that I don't
> have access to the server admin.  They have the max timeout set to twenty
> minutes, so I don't think it matters what value I set the sessiontimeout
to
> be, it will not be longer than 20 minutes.  I am hoping there might be
some
> other way.
>
> Eron
>
> -----Original Message-----
> From: Sean Renet [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 01, 2000 12:08 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Problem Handling Sessions
>
>
> yes you need to pass session.urltoken around between frames.
>
> >From the docs....
> SESSIONTIMEOUT
> Optional. Enter the CreateTimeSpan function and the values you want in
days,
> hours, minutes, and seconds, separated by commas to specify the lifespan
of
> any session variables that are set. The default value is specified in the
> Variables page of the ColdFusion Administrator.
>
> This means that only the default timeout is set up in the CF administrator
>
> ----- Original Message -----
> From: "Eron Cohen" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, July 31, 2000 8:58 PM
> Subject: Problem Handling Sessions
>
>
> > Hi Folks,
> >
> > I have two questions about sessions.
> >
> > 1)  I have an application that opens a pop-up javascript window with a
> form.
> > This  on the javascript window submits itself back to the template that
> > opened it.  It seemed to be working fine, but suddenly I am loosing my
> > session when the form is submitted.  (Its changing to a new CFID and
> > CFTOKEN).  The question is what could be causing me to loose the session
> in
> > this way and how do I fix this?  Do I have to start passing URLTOKEN
> around?
> >
> > 2) What methods can I use to prolong the length of a session?  I can't
> > change the timeout value because I am using an ISP.
> >
> > Thanks,
> >
> > Eron
> >
>
> --------------------------------------------------------------------------
> ----
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> >
>
> --------------------------------------------------------------------------
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to