The problem is, you need to track which page the user visits.
I'm using Yii and protected function beforeAction()
{
// call function that writes to the database url
}
So in parallel I'm using a library for working with SSE and for example when I visit the page in the database gets the record helpdesk/ask, but after 5 se...