Also, remember to check your maximum timeout values in cfadmin... you can
set the timeout in the application to as many minutes/hours/days as you
like, but that won't do any good if cfadmin has your maximum allowed
timeout set to 10 minutes.

Brian





"Clint" <[EMAIL PROTECTED]>@dfwcfug.org on 06/18/2003 12:46:27
PM

Please respond to [EMAIL PROTECTED]

Sent by:  [EMAIL PROTECTED]


To:   <[EMAIL PROTECTED]>
cc:

Subject:  Re: login timing out



Use what Jeff had in his email. You need to use the CreateTimeSpan function
to do this.

Clint
----- Original Message -----
From: "Jason Baird" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 18, 2003 12:24 PM
Subject: Re: login timing out


> Ok.
>
> <CFAPPLICATION name = "addeditdelete" SESSIONMANAGEMENT ="YES"
> sessiontimeout="20">
>
> So I just make this sessiontimeout a larger number and problem solved,
right?
>
> At 12:42 PM 6/18/03 -0500, you wrote:
> >I think that you are looking at the wrong thing. You need to be looking
at
> >the application.cfm file, and specifically the CFAPPLICATION tag. See
what
> >the session time out is. The format is days, hours, minutes, seconds.
> >----- Original Message -----
> >From: "Jason Baird" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Wednesday, June 18, 2003 12:14 PM
> >Subject: Re: login timing out
> >
> >
> > > Supposedly it has done both. Main complaint is they are filling out a
form
> > > and they get logged out before they can finish.
> > >
> > > I only see session as a keyword in the page in two ways:
> > >
> > > <cflock scope="SESSION" timeout="60" type="EXCLUSIVE">
> > >                          <cfset session.DTCustomer =
> > > "#GetCustomer.ridCustomer#">
> > >                  </cflock>
> > >
> > >          OR
> > >
> > > <cflock type="readonly" timeout="30" scope="session">
> > > <cfif isDefined("session.DTCustomer")>
> > >
> > >          <cflock type="readonly" timeout="30" scope="session">
> > >                  <cfset ID = #Session.DTCustomer#>
> > >
> > > If I go into every page and make the timeout= <some much larger
number
> >like
> > > 300000> Do you think this would solve the problem... Keeping them
logged
> >on
> > > until they log out I don't see as a problem, but since I didn't write
this
> > > code and need to fix it asap I'd rather do it the easy way rather
than
> > > doing it the right way and perhaps making it worse!  Do you think
just
> > > making the timeout= some large number  will do the trick?
> > >
> > >
> > > At 12:22 PM 6/18/03 -0500, you wrote:
> > > >When you say that it is timing out, is the logged in session timing
out,
> >or
> > > >are then trying to log in and it is timing out and not letting them
in
> >the
> > > >site?
> > > >----- Original Message -----
> > > >From: "Jason Baird" <[EMAIL PROTECTED]>
> > > >To: <[EMAIL PROTECTED]>
> > > >Sent: Wednesday, June 18, 2003 11:42 AM
> > > >Subject: login timing out
> > > >
> > > >
> > > > > Have app where they have to login and it is timing out too soon.
What
> > > >does
> > > > > the 30 refer to? What unit?
> > > > >
> > > > > <cflock type="readonly" timeout="30" scope="session">
> > > > >
> > > > > Jason Baird
> > > > > WebOutsourcing.com
> > > > > http://www.weboutsourcing.com
> > > > > 214-570-8336
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > -----------------------------------------------
> > > > > To post, send email to [EMAIL PROTECTED]
> > > > > To unsubscribe:
> > > > >    Send UNSUBSCRIBE to [EMAIL PROTECTED]
> > > > > To subscribe / unsubscribe: http://www.dfwcfug.org
> > > > >
> > > > >
> > > >
> > > >
> > > >-----------------------------------------------
> > > >To post, send email to [EMAIL PROTECTED]
> > > >To unsubscribe:
> > > >    Send UNSUBSCRIBE to [EMAIL PROTECTED]
> > > >To subscribe / unsubscribe: http://www.dfwcfug.org
> > >
> > > Jason Baird
> > > WebOutsourcing.com
> > > http://www.weboutsourcing.com
> > > 214-570-8336
> > >
> > >
> > >
> > >
> > > -----------------------------------------------
> > > To post, send email to [EMAIL PROTECTED]
> > > To unsubscribe:
> > >    Send UNSUBSCRIBE to [EMAIL PROTECTED]
> > > To subscribe / unsubscribe: http://www.dfwcfug.org
> > >
> > >
> >
> >
> >-----------------------------------------------
> >To post, send email to [EMAIL PROTECTED]
> >To unsubscribe:
> >    Send UNSUBSCRIBE to [EMAIL PROTECTED]
> >To subscribe / unsubscribe: http://www.dfwcfug.org
>
> Jason Baird
> WebOutsourcing.com
> http://www.weboutsourcing.com
> 214-570-8336
>
>
>
>
> -----------------------------------------------
> To post, send email to [EMAIL PROTECTED]
> To unsubscribe:
>    Send UNSUBSCRIBE to [EMAIL PROTECTED]
> To subscribe / unsubscribe: http://www.dfwcfug.org
>
>
>

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To unsubscribe:
   Send UNSUBSCRIBE to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org






This transmission may contain information that is privileged, confidential and/or 
exempt from disclosure under applicable law. If you are not the intended recipient, 
you are hereby notified that any disclosure, copying, distribution, or use of the 
information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. 
If you received this transmission in error, please immediately contact the sender and 
destroy the material in its entirety, whether in electronic or hard copy format. Thank 
you.

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To unsubscribe: 
   Send UNSUBSCRIBE to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to