I have mysql tracking all the session info. what i'm trying to accomplish is having administrators and users see how many current live(unexpired) sessions there are (i.e. Current Member Online: 334). I've checked the Perl Docs for CGI::Session and it doesn't seem to explain how to go about doing this.
The administrator wants this feature in order to cancel/delete sessions of abusive members.
Thanks for the reply.