Ask A Question
Notifications
You’re not receiving notifications from this thread.
Active PAGES & User(s)
Hi,
Do you have any tutorials or guide on how to show/list all active "pages" & "users"?
ex.
Home Page, one "div" will list all active pages where the user(s) currently viewing or browsing and next "div" would be
list of "active user(s)".
Thanks :)
If you're looking at building some sort of realtime analytics thing, you'll just want to make sure that you log those actions (like a pageview) and then you can query that data for recent pageviews (say within the last 5 minutes). Does that make any sense?