The session tracker on cflib is not very obvious. Just look in the right hand corner column and you will see a count of the number ofusers online. As for using the tracker, the zip should show an example of how you register a session (which adds it to the trakcer), and then how to use getSessions() to return the active sessions. getSessions() simply returns a struct of sessions that you can use as you will.
======================================================================== === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Blood Python [mailto:[EMAIL PROTECTED] > Sent: Monday, June 02, 2003 9:06 PM > To: CF-Talk > Subject: RE: # of users online, witch one of these code works > best with MX? > > > Thank you Mr. Raymond. I did not find sessiontracker on > cflib, is it with > this name? The readme included in the zip file was not very self > explanatory, do you have any code with it "in action", so i > can learn how to > use it? > > Thank for your time. > > BP. > > > >From: "Raymond Camden" <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: CF-Talk <[EMAIL PROTECTED]> > >Subject: RE: # of users online, witch one of these code > works best with > >MX? > >Date: Mon, 2 Jun 2003 20:42:02 -0500 > > > > > 1) SessionTracker.cfc from Raymond Camden's Blog > > > http://www.camdenfamily.com/morpheus/downloads/sessiontracker. > > > >The swf file is simply an example of using Flash to call the > tracker on > >_my_ site, not any generic site. If you have any other questions > >though, let me know. CFLib.org is using it both on the public side > >(just to show the count) and in the admin. The admin > actually lists out > >users (those who login) as well as showing which pages people are > >viewing (for example, user a -> udf: highlight()). > > > >============================================================= > ========== > >= > >=== > >Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc > >(www.mindseye.com) > >Member of Team Macromedia > (http://www.macromedia.com/go/teammacromedia) > > > >Email : > [EMAIL PROTECTED] > >Blog : www.camdenfamily.com/morpheus/blog > >Yahoo IM : morpheus > > > >"My ally is the Force, and a powerful ally it is." - Yoda > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

