Dethman Posted April 5, 2008 Share Posted April 5, 2008 How do I count the sessions of ppl online cant figure it out :S Link to comment https://forums.phpfreaks.com/topic/99671-session_start-need-help-counting-online-peeps/ Share on other sites More sharing options...
Daniel0 Posted April 5, 2008 Share Posted April 5, 2008 Have a table storing the sessions. In that table there should be a column storing the last activity. On each request update that column for the current user. Then just count the number of sessions where there has been activity within a set amount of minutes (e.g. 15 minutes). Link to comment https://forums.phpfreaks.com/topic/99671-session_start-need-help-counting-online-peeps/#findComment-509906 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.