Hello to all. I have application where users are able to login. I use database for users.
I want to get real-time currently logged users.For example if there are 5 online users and one of them close web browser, at the same moment online users to be 4.
If I use standard sessions the number of users will be decrease when session will ends (after 10-20 minutes)
I thing this problem will be resolved with using AJAX, but how :)
Thanks