imperium2335 Posted February 1, 2011 Share Posted February 1, 2011 Hi, This may be something for JavaScript but I would like to know if and how it's possible to show who is currently active/viewing the page. Users are logged into the system with their own account. The purpose of this is for a CRM where more than one person may be editing the same record, so undesired overwrites might occur which is what I'd like to avoid with this "other user editing this record" notification. Link to comment https://forums.phpfreaks.com/topic/226326-show-who-is-on-the-current-page/ Share on other sites More sharing options...
BlueSkyIS Posted February 1, 2011 Share Posted February 1, 2011 when a user visits a page, update a row for 'current_page'. when another visitor visits the page, see if anyone else already has that page set as 'current_page'. Link to comment https://forums.phpfreaks.com/topic/226326-show-who-is-on-the-current-page/#findComment-1168312 Share on other sites More sharing options...
imperium2335 Posted February 1, 2011 Author Share Posted February 1, 2011 Thanks, that's a great idea! Link to comment https://forums.phpfreaks.com/topic/226326-show-who-is-on-the-current-page/#findComment-1168317 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.