when a user logs into my system I set a variable $_SESSION['username'].
now, every page somebody pulls up it revalidates their login so somebody
cannot get into the backend of the system.

now - is there a way I can make a utility that will show me the session
username's that are in use?  it would be useful to be able to know who's
currently online.  this is a website that will not be published, and is used
for a VERY limited number of people.

Jeff



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to