I am wondering, if there is a real-time way time ping a user and see if that user is still only.
My site uses jQuery, PHP and CRON jobs so I was wondering what would be the best way to check that the user is still online.
Each user is issues a cookie aka session key but I don't want to just go by that.
I know real-time analytics are able to it, using javascript so I wonder if I could also do the same thing.
Thanks