Have a database of all users and when they login set to 1.. on each request
set to one. Then have you query show items with in the past 5 minutes or
so....
----- Original Message -----
From: "Yoshi Melrose" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 30, 2001 4:17 PM
Subject: Re: Seeing who's logged in


> Wouldn't session variables work for this? That's what I've used in the
past
> for anything that was sensitive to browser sessions. I know they're kinda
> flaky sometimes, which is why I try not to use them.
>
> Any other ideas? I'd like to know any other suggestions as well, sounds
like
> something I could integrate into one of my own apps.
>
> ----- Original Message -----
> From: "W Luke" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, March 30, 2001 5:29 PM
> Subject: Seeing who's logged in
>
>
> > Hi,
> >
> > On one of my sites users log in, and client.email is set - for the
> > members-only sections, it then checks to see if client.email is set and
> lets
> > them in (or tells them to login) accordingly.  How can I add a "Who's
> > online" section..to display which users are currently logged in? Because
> > even if the user closes their browser, won't their token/cfid still be
in
> > the Database and therefore they'll appear "online" even though they're
> not?
> > Or have I lost the plot...(run out of Red Bull...coffee just doesn't do
> > it...)
> >
> > Will
> > --
> > [EMAIL PROTECTED] -=- www.lukrative.com
> > Local-Advertising -=- www.localbounty.com
> >
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to