There is a build in Java class called SessionTracker that you can glean
much information from if your able to parse through the data's nested
structs.

To construct it:
<cfset Sessions = createObject("java",
"coldfusion.runtime.SessionTracker")> 
<cfset Data =
Sessions.getSessionCollection(application.applicationName)>

Then do a dump on it and check it out:
<cfdump var="#Data#">

Take care,
Daniel Elmore

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of PJ Gaenir
Sent: Thursday, November 13, 2003 5:41 PM
To: [EMAIL PROTECTED]
Subject: Can you list-all-session-userIDs?

I have CF s/w I'm tying into a PHP bbs, and I'd like to be able to do a 
'users logged in' list.  I don't know how such a thing would be done 
in CF, is there some way?
Thanks in advance,
Palyne

---
[This E-mail scanned for viruses by Declude Virus]

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To unsubscribe: 
   Send UNSUBSCRIBE to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org


-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To unsubscribe: 
   Send UNSUBSCRIBE to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to