[phplib] quick question on active_sessions From: Ed Lazor (osmosis <email protected>)
Date: 07/13/00

Am I correct in believing the following sql statement will tell me how many
users are currently active on the site (when using phplib sessions)?

select * from active_sessions where name='DB_user';

ps... in this case, DB_user is my extension of the phplib User class.

Thanks =)
-Ed

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>