samtwilliams Posted April 11, 2011 Share Posted April 11, 2011 Morning(at least for me anyway) All, I am currently integrating a facebook/style chat system into my webpage. I am going to build the active user list myself but need a little guidance on how to list my users which are online and how to detect when the have gone. When my users login i store only their userid in a session like many login systems. When they login i could simply add their name to a active_users table, but how would i detect whether they are still alive? Any help would be great. Thanks Sam Link to comment https://forums.phpfreaks.com/topic/233346-listing-active-users/ Share on other sites More sharing options...
samtwilliams Posted April 11, 2011 Author Share Posted April 11, 2011 Maybe one way would be to reset the session_save path and parse the contents of those files? Link to comment https://forums.phpfreaks.com/topic/233346-listing-active-users/#findComment-1199994 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.