A
A
alex5e2016-03-07 00:54:13
Yii
alex5e, 2016-03-07 00:54:13

How to determine how many users are viewing a section in a forum (Yii2)?

I am making a small forum on Yii2 and the task arose to count the number of users viewing a particular section on the forum.
Can you suggest the best way to implement this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Bukharev, 2016-03-07
@evgenybuckharev

First of all, transfer all user sessions to the database so that you can track who is online, then enter the last requested user URL into the database, and when requesting a particular section of the forum, search for this data

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question