0
php code for total users logged in

/t5/dreamweaver-discussions/php-code-for-total-users-logged-in/td-p/407016
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/dreamweaver-discussions/php-code-for-total-users-logged-in/m-p/407017#M93399
Mar 05, 2008
Mar 05, 2008
Copy link to clipboard
Copied
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
<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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

