Is there a way to use EE to query how many users are actively on a page? (either guest or registered). In my case, most will be unregistered.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
July 30, 2008 2:06pm
Subscribe [2]#1 / Jul 30, 2008 2:06pm
Is there a way to use EE to query how many users are actively on a page? (either guest or registered). In my case, most will be unregistered.
#2 / Jul 30, 2008 4:19pm
Look into the statistics module, in particular {total_anon}, {total_guests} and {total_logged_in}.
#3 / Jul 30, 2008 4:37pm
great thanks!