I have created a chat system using php and ajax. When a user logs into this chat system, in table is_online
field status is updated to 1. I am using this field to list current online members.
I have to update status to 0 if the user closes all the tabs of my website without pressing logout.
How can I do it?