RE: Weird Session Timeouts

2001-07-06 Thread Dave Watts
Think the value specified in CF Admin controls/over-rides the value in the applicatiion.cfm It's other way around. If *no* application.cfm is found, the defaults in the CF Admin will be used. Otherwise, any application.cfm file found by the app will override the admin. If the admin

Weird Session Timeouts

2001-06-15 Thread Norman Elton
This one's got me stumped. In my application.cfm, I've got... CFAPPLICATION NAME=PansophyPrd CLIENTMANAGEMENT=Yes SESSIONMANAGEMENT=Yes SETCLIENTCOOKIES=Yes SESSIONTIMEOUT=#CreateTimeSpan(0,8,0,0)# APPLICATIONTIMEOUT=#CreateTimeSpan(0,8,0,0)# Seems right to me. Technically there shouldn't be

Re: Weird Session Timeouts

2001-06-15 Thread Arden Weiss
Think the value specified in CF Admin controls/over-rides the value in the applicatiion.cfm - Original Message - From: Norman Elton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 15, 2001 9:01 AM Subject: Weird Session Timeouts This one's got me stumped. In my

Re: Weird Session Timeouts

2001-06-15 Thread Dave Hannum
AM Subject: Weird Session Timeouts This one's got me stumped. In my application.cfm, I've got... CFAPPLICATION NAME=PansophyPrd CLIENTMANAGEMENT=Yes SESSIONMANAGEMENT=Yes SETCLIENTCOOKIES=Yes SESSIONTIMEOUT=#CreateTimeSpan(0,8,0,0)# APPLICATIONTIMEOUT=#CreateTimeSpan(0,8,0,0)# Seems right

Re: Weird Session Timeouts

2001-06-15 Thread Dylan Bromby
AM, Arden Weiss [EMAIL PROTECTED] wrote: Think the value specified in CF Admin controls/over-rides the value in the applicatiion.cfm - Original Message - From: Norman Elton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 15, 2001 9:01 AM Subject: Weird Session

RE: Weird Session Timeouts

2001-06-15 Thread Norman Elton
-Talk Subject: Re: Weird Session Timeouts Think the value specified in CF Admin controls/over-rides the value in the applicatiion.cfm - Original Message - From: Norman Elton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 15, 2001 9:01 AM Subject: Weird Session Timeouts

Re: Weird Session Timeouts

2001-06-15 Thread Avi Flax
Dylan, you are referring to the Default timeouts specified in Administrator. However, there are also MAXIMUM timeouts specified, which can override a timeout set in a CFAPPLICATION tag. Avi At 06:39 AM 6/15/2001 -0700, Dylan Bromby wrote: It's other way around. If *no* application.cfm is

Re: Weird Session Timeouts

2001-06-15 Thread Dylan Bromby
controls/over-rides the value in the applicatiion.cfm - Original Message - From: Norman Elton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 15, 2001 9:01 AM Subject: Weird Session Timeouts This one's got me stumped. In my application.cfm, I've got

Re: Weird Session Timeouts

2001-06-15 Thread Arden Weiss
You stated my point much more clearly -- Thanks... - Original Message - From: Dylan Bromby [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 15, 2001 10:08 AM Subject: Re: Weird Session Timeouts As a follow-up, don't forget if you use the sessiontimeout

RE: Weird Session Timeouts

2001-06-15 Thread Norman Elton
You are correct. However, my 10 hour maximum setting is well above the 8 hour timeout specified in CFAPPLICATION... Norman -Original Message- From: Avi Flax [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 12:50 PM To: CF-Talk Subject: Re: Weird Session Timeouts Dylan, you

RE: Weird Session Timeouts

2001-06-15 Thread Adkins, Randy
application within the same directory where the pages are executed that you have noticed the timeout occur. -Original Message- From: Avi Flax [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 12:50 PM To: CF-Talk Subject: Re: Weird Session Timeouts Dylan, you are referring

Re: Weird Session Timeouts

2001-06-15 Thread Dylan Bromby
Right, I mentioned that in my follow-up post. I realized I should state that after my initial post. ;) On 6/15/01 9:50 AM, Avi Flax [EMAIL PROTECTED] wrote: Dylan, you are referring to the Default timeouts specified in Administrator. However, there are also MAXIMUM timeouts specified, which

Re: Weird Session Timeouts

2001-06-15 Thread Tim Painter
since. - Original Message - From: Norman Elton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 15, 2001 9:01 AM Subject: Weird Session Timeouts This one's got me stumped. In my application.cfm, I've got... CFAPPLICATION NAME=PansophyPrd CLIENTMANAGEMENT=Yes

Re: Weird Session Timeouts

2001-06-15 Thread Jon Hall
: Tim Painter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 15, 2001 10:22 AM Subject: Re: Weird Session Timeouts How is your memory on your server? I had a problem recently where my server's ram maxed out and it stomped all over the session variables. It was timing out

RE: Weird Session Timeouts

2001-06-15 Thread Norman Elton
-Original Message- From: Avi Flax [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 12:50 PM To: CF-Talk Subject: Re: Weird Session Timeouts Dylan, you are referring to the Default timeouts specified in Administrator. However, there are also MAXIMUM timeouts specified, which can override

RE: Weird Session Timeouts

2001-06-15 Thread Norman Elton
is sunk? Norman -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 11:11 AM To: CF-Talk Subject: Re: Weird Session Timeouts I agree, from what I have seen, most of the problems with session variables timing out early as long as everything is set up

Re: Weird Session Timeouts

2001-06-15 Thread Dimo Michailov
Session Timeouts This one's got me stumped. In my application.cfm, I've got... CFAPPLICATION NAME=PansophyPrd CLIENTMANAGEMENT=Yes SESSIONMANAGEMENT=Yes SETCLIENTCOOKIES=Yes SESSIONTIMEOUT=#CreateTimeSpan(0,8,0,0)# APPLICATIONTIMEOUT=#CreateTimeSpan(0,8,0,0)# Seems right to me

RE: Weird Session Timeouts

2001-06-15 Thread Norman Elton
To: CF-Talk Subject: Re: Weird Session Timeouts Norman: Let me give my 2 cents. I think I had a similar issue before -- session variables expiring according to the default value in CF Administrator as opposed to the values I specified in Application.cfm. I think the key in this case