[Solved] How to get each web user’s status is online or offline on server side ?
when user was close the tab or browser means that user can’t online so i want to manage some status using that Online or offline status. You can get hold of the close event window.onbeforeunload of the tab or Browser. And within this event execute a ajax call to server by passing the userId, Then … Read more