I know there are a few things coded for this already at places like cflib or
riaforge. Basically you look at the session scopes to see who's logged in.
That is if your using session scopes to manage authentications.  You can
createObject("java","coldfusion.runtime.SessionTracker") to access the
session scope in cf7 and cf8.  From there you just start using the various
provided methods to get the data you want.

Wil Genovese
Wr. Web Application Developer




On Mon, Dec 15, 2008 at 11:30 AM, Matthew Williams <[email protected]
> wrote:

> There's a really nifty feature in vBulletin, mySpace, etc. that shows a
> user as being "online now".  Does anyone have an ideas how to pull this off
> in ColdFusion?  My users are logged in with various information being thrust
> into the session scope.  I'm thinking I'll need to run scheduled task every
> 5-10 minutes that checks for a users logged in status, and then updating a
> table.  Or, maybe there's an easier way?
>
>
> Matthew Williams
> Geodesic GraFX
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316776
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to