On Tue, 27 Jul 2004 19:55:49 -0400, Jason Giangrande <[EMAIL PROTECTED]> wrote: > Anyone have any suggestions as to the best way to keep track of all > users who are logged in at a given time? I thought of writing them to a > temp text file and them deleting the names from the file when a user > logged out, but I think there has to be a better way. Anyone have any > suggestions? >
Save when a user logs in to the DB. Or whenever they access a page. Clear them out after x minutes and no activity. -- DB_DataObject_FormBuilder - The database at your fingertips http://pear.php.net/package/DB_DataObject_FormBuilder paperCrane --Justin Patrin-- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php