I hate those type of errors because all logic tells you everything is working its only when you suddenly hear the coin hitting the ground (penny drop) that you slap yourself call yourself a numpty and proclaim to the world that you should be ceremoniously whipped and paraded in the streets as a heretic.

 

Or is that just me….

 


From: Osullivan Karl (RKB) Senior Analyst/Programmer [mailto:[EMAIL PROTECTED]
Sent: 01 September 2004 14:35
To: '[EMAIL PROTECTED]'
Subject: RE: [ cf-dev ] Expired sessions

 

For anybody that cared or may be having the same problem, it was the utility causing the problem!!  Basically, it dumped out to a sql table every 5 minutes the number of sessions.  Because it accessed the session to get the information, it updated the last accessed date/time for the session and therefore it never timed out and the number of sessions just kept increasing!

 

Have changed the job to run every 30 minutes now, as a session will timeout after 20 minutes of inactivity.

 

Karl

 

-----Original Message-----
From: Osullivan Karl (RKB) Senior Analyst/Programmer [mailto:[EMAIL PROTECTED]
Sent: 01 September 2004 10:20
To: CF - Development Group
Subject: [ cf-dev ] Expired sessions

 

 

Hello,

I've recently upgraded to CFMX6.1 and have been using the utility from the CFDJ magazine that shows how many live and expired sessions and currently residing in memory for any given application.

I noticed that my number of active sessions continues to grow - even during the night - when there's only 10-20 people using it.  I used CFDUMP to view the "live" sessions and found the Session.LoggedIn variable and other sessions variables are not being expiring.  I've got the session set to 20 minutes.  Surely after 20 minutes of inactivity these should disappear.  Any idea why these aren't being deleted?

Thanks

Karl

Reply via email to