Skip to main content
August 9, 2009
Answered

Listing Active Logins

  • August 9, 2009
  • 1 reply
  • 852 views

Hi. Can anyone please tell me how I would list active logins throughout my site? (cflogin). I need to be able to list every user who is currently logged into the site (and the last page they requested, if that's possible).

Note: Session management is NOT enabled.

THanks a bunch!

This topic has been closed for replies.
Correct answer Dan_Bracuk

Store all that info in a database.  Then you can query it.

1 reply

Dan_BracukCorrect answer
Inspiring
August 9, 2009

Store all that info in a database.  Then you can query it.

August 9, 2009

I know I can insert a record on login, and delete at logout, but I was hoping there was a way to actually list active logins right from ColdFusion. Thanks. I guess I'll do that.