pmccomb
12 years agoContributor
/users/online vs. /users/online/count
 I am using /users/online/count to get a count of all the users online.  In my case it ruturns 375.  I then want the list of users online so I am using /users/online.   However, I only see roughly 10 ...
- 12 years ago
Two explanations:
- Anonymous users are counted towards online user count but obviously are not returned in the ist of actual users
 - 
Depending on your session timeout setting and if you are working on a development environment where multiple users are sharing the same login you might see multiple online sessions for the same user account. See:http://lithosphere.lithium.com/t5/product-support-board/Same-users-appear-to-be-online-multiple-times/m-p/70566#M3511