Anyone know a way to have a site list the usernames of those logged in?
It could be done by writing to a db when a session is started and
ended but it would be nicer if there is some global session that I can
go through an array of users. Is that possible or is it against the
whole spirit of sessions?