• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

who is online

Community Beginner ,
Apr 25, 2007 Apr 25, 2007

Copy link to clipboard

Copied

Hi,

I created my own forum from scratch for use on my website and I got a feature in the application file that counts the active number of sessions.

Now, I want to be able to show my members who are online, a list of other members who are online. I want this done in real time and not have to update the DB with last activity then check for last activity...etc...can anyone help or point to an approiate tutorial

much thanks
Craig
TOPICS
Advanced techniques

Views

263

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Apr 25, 2007 Apr 25, 2007

Copy link to clipboard

Copied

I'm sure there are tutorials out there (check easyCFM.com), but you could probably accomplish something simple using an array in the application scope and the onSessionStart() and onSessionEnd() methods in the application.cfc.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 25, 2007 Apr 25, 2007

Copy link to clipboard

Copied

LATEST
funny you mention easyCFM.com that is where I was right before I posted here...lol..

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation