RE: SESSION Timing out WAY before it's supposed to.

2001-02-18 Thread Dave Watts
CFAPPLICATION name="TRR_ADMIN" sessionmanagement="Yes" setclientcookies="Yes" sessiontimeout="#CreateTimeSpan(0,12,00,0)#" Joshua, Remove the double-quotes from the sessiontimeout parameter. That's burned me more than once. :) (And make

RE: SESSION Timing out WAY before it's supposed to.

2001-02-18 Thread ron
CFAPPLICATION name="TRR_ADMIN" sessionmanagement="Yes" setclientcookies="Yes" sessiontimeout="#CreateTimeSpan(0,12,00,0)#" Joshua, Remove the double-quotes from the sessiontimeout parameter. That's burned me more than once. :)

RE: SESSION Timing out WAY before it's supposed to.

2001-02-18 Thread Dave Watts
Wow, that's a blast from the past. What, Dave, are you going back through the archives on this slow Sunday so you can keep your count up? g No, just an inefficient top-to-bottom processing scheme at work. Whenever I see a message that I think would benefit from an answer, I either answer it

RE: SESSION Timing out WAY before it's supposed to.

2001-02-18 Thread ron
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 6:08 PM To: [EMAIL PROTECTED] Subject: RE: SESSION Timing out WAY before it's supposed to. In any case, right now they both mean the same thing so this is not the problem. What is the maximum session

Re: SESSION Timing out WAY before it's supposed to.

2001-02-18 Thread JoshMEagle
] - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, February 18, 2001 12:23 PM Subject: RE: SESSION Timing out WAY before it's supposed to. Seriously, though, it's important to nail these things down. Otherwise, we'll just see the same

RE: SESSION Timing out WAY before it's supposed to.

2001-02-18 Thread Dylan Bromby
1) CF4.5 SP2? 2) Was your Win2K install an upgrade over NT or a clean install? -Original Message- From: JoshMEagle [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 18, 2001 11:15 PM To: CF-Talk Subject: Re: SESSION Timing out WAY before it's supposed to. Thanks for the reply

RE: SESSION Timing out WAY before it's supposed to.

2001-01-10 Thread Bud
On 1/10/01, Joshua Miller penned: Thought I figured it out when I discovered that when one user logged out it killed ALL sessions for that application, but I was using cfset tmp=StructClear(SESSION) and that was killing the whole session. That problem's been removed, I just terminate the

RE: SESSION Timing out WAY before it's supposed to.

2001-01-10 Thread Mary_Baotic
cc: Subject: RE: SESSION Timing out WAY before it's supposed to. 01/1

RE: SESSION Timing out WAY before it's supposed to.

2001-01-10 Thread Joshua Miller
for the Next Generation www.eagletgi.com http://www.eagletgi.com [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2001 7:19 AM To: CF-Talk Subject: RE: SESSION Timing out WAY before it's supposed

RE: SESSION Timing out WAY before it's supposed to.

2001-01-10 Thread Jann VanOver
Beware! Mastering Cold Fusion 4 has MANY MANY misprints in it. -Original Message- From: John McKown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 3:34 PM To: CF-Talk Subject: RE: SESSION Timing out WAY before it's supposed to. If removing those double quotes

RE: SESSION Timing out WAY before it's supposed to.

2001-01-09 Thread ron
I have an application that stores a variable in SESSION scope ... the application is set to timeout after 12 hours, however, when users login and begin working, after about 10-15 minutes, they get logged out. CFServer is set to hold SESSIONs for 12 hours as is the application its self. My

RE: SESSION Timing out WAY before it's supposed to.

2001-01-09 Thread Andres
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 3:43 PM To: CF-Talk Subject: RE: SESSION Timing out WAY before it's supposed to. I have an application that stores a variable in SESSION scope ... the application is set to timeout after 12 hours, however

RE: SESSION Timing out WAY before it's supposed to.

2001-01-09 Thread Kinley Pon
Man...that tip is worth it's weight in GOLD. justme Kinley -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 12:43 PM To: CF-Talk Subject: RE: SESSION Timing out WAY before it's supposed to. I have an application that stores

RE: SESSION Timing out WAY before it's supposed to.

2001-01-09 Thread Benjamin S. Rogers
CFAPPLICATION name="TRR_ADMIN" sessionmanagement="Yes" setclientcookies="Yes" sessiontimeout="#CreateTimeSpan(0,12,00,0)#" Joshua, Remove the double-quotes from the sessiontimeout parameter. That's burned me more than once. :) (And make

RE: SESSION Timing out WAY before it's supposed to.

2001-01-09 Thread John McKown
WAY before it's supposed to. Man...that tip is worth it's weight in GOLD. justme Kinley -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 12:43 PM To: CF-Talk Subject: RE: SESSION Timing out WAY before it's supposed to.

RE: SESSION Timing out WAY before it's supposed to.

2001-01-09 Thread Benjamin S. Rogers
: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 6:03 PM To: CF-Talk Subject: RE: SESSION Timing out WAY before it's supposed to. CFAPPLICATION name="TRR_ADMIN" sessionmanagement="Yes" s

RE: SESSION Timing out WAY before it's supposed to.

2001-01-09 Thread ron
CFAPPLICATION name="TRR_ADMIN" sessionmanagement="Yes" setclientcookies="Yes" sessiontimeout="#CreateTimeSpan(0,12,00,0)#" Joshua, Remove the double-quotes from the sessiontimeout parameter. That's burned me more than once. :)

RE: SESSION Timing out WAY before it's supposed to.

2001-01-09 Thread ron
In any case, right now they both mean the same thing so this is not the problem. What is the maximum session timeout for the server? This is set in the ColdFusion Administrator. I believe the default is 20 minutes. Actually Ben, you're right of course. Now that I think about it, we had the

RE: SESSION Timing out WAY before it's supposed to.

2001-01-09 Thread Joshua Miller
, 2001 7:08 PM To: CF-Talk Subject: RE: SESSION Timing out WAY before it's supposed to. In any case, right now they both mean the same thing so this is not the problem. What is the maximum session timeout for the server? This is set in the ColdFusion Administrator. I believe the default is 20

RE: SESSION Timing out WAY before it's supposed to.

2001-01-09 Thread Dave Watts
I have an application that stores a variable in SESSION scope ... the application is set to timeout after 12 hours, however, when users login and begin working, after about 10-15 minutes, they get logged out. CFServer is set to hold SESSIONs for 12 hours as is the application its self.