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

Reply via email to