I'm the first to admit I don't know tons about how Windows 2000 manages it's
memory, but would this show up on the performance tab in the task manager?
Does the memory have to be completely used up before Windows releases the
session variables, or does it start bailing water before the ship 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 correctly are low memory
problems. I ran into it myself not to long ago.
I dont believe this behavior is documented anywhere though.

jon
----- Original Message -----
From: "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 my sessions every couple of *seconds*.
>
> Incidently, I switched them over to client variables (cookie based) and I
> haven't had a problem 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"
> 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 quotes are the
> createtimespans, but it doesn't seem to make any difference.
>
> In CF Administrator, the maximum session timeout is 10 hours, the default
is
> 20 minutes. The catch is, sessions seem to time out within an hour.
Perhaps
> it's somehow using the 20 minute default (I was away from my desk the
entire
> hour). This has happened before on other servers, and it certainly
> troubling.
>
> Any advice?
>
> Thanks
>
> Norman Elton
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to