yes; in a sense, you count the sess_* files in /tmp : they are the established sessions' "server cookies".
Alternatively, you could log some activity in a database table, like "did this, did that, is at the search page", etc and using the DATETIME provided, deduce very simply who's on line or not and, more importantly, who's active or not.
Main Topics
Browse All Topics





by: duerraPosted on 2003-10-08 at 04:48:06ID: 9512655
It's possible if you have complete access to your system. Do do that, you will have to read each file of your session_data directory. This will contain the information that you're looking for.