Dethman Posted April 5, 2008 Share Posted April 5, 2008 How do I count the sessions of ppl online cant figure it out :S Quote 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). Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.