I am trying to echo each active session that has been active in the past 15 minutes, I check using the following code to log their last seen time.
$_SESSION[\'la
I think you don't understand $_SESSION global array. It contains data only for current session of user (not for all users of your site). You should save this data in memcached or database.
$_SESSION