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

php code for total users logged in

Participant ,
Mar 05, 2008 Mar 05, 2008

Copy link to clipboard

Copied

i have a blog for members of the golf community where i live and each resident has to register and log in to post, update and read the blog.
i use session cookie to show a person logged in as 'user name' i would like to add the total number of members logged in at any moment

thanks for your help
jim balthrop
TOPICS
Server side applications

Views

229
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
LEGEND ,
Mar 05, 2008 Mar 05, 2008

Copy link to clipboard

Copied

LATEST
On Thu, 6 Mar 2008 03:31:47 +0000 (UTC), "jim balthrop"
<webforumsuser@macromedia.com> wrote:

> i use session cookie to show a person logged in as 'user name' i would
>like to add the total number of members logged in at any moment

I know some sites that display a number like that, however, it's never
really accurate. You can keep track of users that log in. You can keep
track of users who specifically take the action of logging out. You
cannot keep track of the users who simply navigate way from the site, or
close their browser so it's not really worth the effort.

Gary

Votes

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