RE: check through all open sessions?

2003-08-18 Thread Tim Blair
> Now, can anyone tell me how to get a list of application names? I've just posted details about one way of doing this by using the ApplicationScopeTracker object on my weblog: http://tech.badpen.com/ -- it uses the same functionality of the SessionTracker object as described before but extends it

RE: check through all open sessions?

2003-08-14 Thread Peter Theobald
THANK YOU TIM! This sounds like exactly what I need. At 04:27 PM 8/7/2003 +0100, Tim Blair wrote: >Just found this so thought I'd put it out for those who are interested >(from http://www.rewindlife.com/archives/46.cfm)... > >It's a way of using the underlying session handing of CFMX to grab a

RE: check through all open sessions?

2003-08-14 Thread Peter Theobald
Darn! (CF5) Error Diagnostic Information Unhandled System exception ! java.lang.ClassNotFoundException: ClassFormatError for class coldfusion.runtime.SessionTracker. Java exception occurred in call to method. At 04:27 PM 8/7/2003 +0100, Tim Blair wrote: >Just found this so thought I'd put it o

RE: check through all open sessions?

2003-08-14 Thread Tim Blair
ependently indicated by an authorised representative of rawnet limited. --- > -Original Message- > From: Tim Blair [mailto:[EMAIL PROTECTED] > Sent: 01 August 2003 13:29 > To: CF-Talk > Subject: RE: check through all open sessions? > > > > Thanks, this is pretty much w

RE: check through all open sessions?

2003-08-07 Thread DURETTE, STEVEN J (AIT)
, August 07, 2003 11:27 AM To: CF-Talk Subject: RE: check through all open sessions? > > Thanks, this is pretty much what I had in mind, but how do I > > actually retrieve the session.sellcustomer variable from each > > active session to place them into my structure? > &g

RE: check through all open sessions?

2003-08-01 Thread Dave Wilson
> The problem with that is that I would be calculated the > "expected" timeout, and not the actual value that Coldfusion > is using. In theory they should be exactly the same, but in > practice I am trying to track down a problem where Coldfusion > is expiring sessions much earlier than it should.

RE: check through all open sessions?

2003-08-01 Thread Peter Theobald
ingly i.e. datediff is larger then the session has expired. > >HTH, >Dave > >> -Original Message- >> From: Peter Theobald [mailto:[EMAIL PROTECTED] >> Sent: 01 August 2003 16:40 >> To: CF-Talk >> Subject: RE: check through all open sessions? >> >

RE: check through all open sessions?

2003-08-01 Thread DURETTE, STEVEN J (AIT)
heobald [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 11:40 AM To: CF-Talk Subject: RE: check through all open sessions? This is a very good idea, but for my purposes (I didn't ask the original question) I need to know when the session is scheduled to time-out. How do I get that in

RE: check through all open sessions?

2003-08-01 Thread Scott Weikert
At 11:40 AM 8/1/2003 -0400, you wrote: >This is a very good idea, but for my purposes (I didn't ask the original >question) I need to know when the session is scheduled to time-out. How do >I get that info for a session? >In other words, when a page request runs a session's last-used-time is >re

RE: check through all open sessions?

2003-08-01 Thread Dave Wilson
HTH, Dave > -Original Message- > From: Peter Theobald [mailto:[EMAIL PROTECTED] > Sent: 01 August 2003 16:40 > To: CF-Talk > Subject: RE: check through all open sessions? > > > This is a very good idea, but for my purposes (I didn't ask > the original ques

RE: check through all open sessions?

2003-08-01 Thread Peter Theobald
This is a very good idea, but for my purposes (I didn't ask the original question) I need to know when the session is scheduled to time-out. How do I get that info for a session? In other words, when a page request runs a session's last-used-time is reset to NOW(). But as times goes on the sessi

RE: check through all open sessions?

2003-08-01 Thread Dave Wilson
Thanks Tim, Exactly what I was looking for. Dave > -Original Message- > From: Tim Blair [mailto:[EMAIL PROTECTED] > Sent: 01 August 2003 13:29 > To: CF-Talk > Subject: RE: check through all open sessions? > > > > Thanks, this is pretty much what I had in mind

RE: check through all open sessions?

2003-08-01 Thread Tim Blair
> Thanks, this is pretty much what I had in mind, but how do I > actually retrieve the session.sellcustomer variable from each > active session to place them into my structure? How about creating an application var, say: then during the initialisation of each request (Application.cfm, fbx_Setti

RE: check through all open sessions?

2003-08-01 Thread Dave Wilson
Kola, > > One solution is to create an application scope structure > which contains > each sessions session.sellcustomer id. You should then be > able to refer > to a particular session. You may also want to store the time > of the last > request so you can expire users after a period of inactivity

RE: check through all open sessions?

2003-08-01 Thread Kola Oyedeji
using CFMX there may be more elegant solutions available. Hope that helps Kola >> -Original Message- >> From: Dave Wilson [mailto:[EMAIL PROTECTED] >> Sent: 01 August 2003 11:11 >> To: CF-Talk >> Subject: check through all open sessions? >> >> H

check through all open sessions?

2003-08-01 Thread Dave Wilson
Hi all, I'm wondering is it possible to check through all active sessions on a particular site. Basically I have a customer services (backend) site which allows for real-time interaction with customers, both online (online customers using a public facing site) and physical. Each customer services

Open Sessions

2000-05-02 Thread Dan Blickensderfer
I have a users login screen for a security web site. I have sessionmanagement enabled. I was wondering, Is there a way to find active sessions on a user? Thanks, Dan -- Archives: http://www.eGroups.com/list/cf-talk To U