chaddsuk Posted January 21, 2008 Share Posted January 21, 2008 Hi i was wondering if anyone had any scripts or any idea on how to display if any other user is viewing the same page as you at the same time... It will be incorporated within a custom built content management system, basically it is meant to stop two people working on the same customer details at the same time while being oblivious to each other. Any idea at all guys on what i could do? cheers chris Quote Link to comment https://forums.phpfreaks.com/topic/87074-displaying-user-on-page/ Share on other sites More sharing options...
john010117 Posted January 21, 2008 Share Posted January 21, 2008 You'll need to have a table that has each individual sessions in it, and the script will need to update the database every time a user goes to another page with the page name and the time. Quote Link to comment https://forums.phpfreaks.com/topic/87074-displaying-user-on-page/#findComment-445328 Share on other sites More sharing options...
revraz Posted January 21, 2008 Share Posted January 21, 2008 I would consider using some type of "Check Out" procedure instead. Relying on last timestamp would be unreliable. Quote Link to comment https://forums.phpfreaks.com/topic/87074-displaying-user-on-page/#findComment-445335 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.