I am trying to get online users count in Laravel 4. I am using Sentry 2 with Laravel. There are 2 columns in users table which are last_login and updated_at. I am confused at this point, because everytime last_login and updated_at columns have same value. How do i set new update value in which user operation, even page reload? If it so i can calculate the time between last_login and updated_at, so i can see online users easly.
Or is there an easy way to find online users in Laravel?
Thanks for helping.