easy Users Online

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
psychotomus
Forum Contributor
Posts: 487
Joined: Fri Jul 11, 2003 1:59 am

easy Users Online

Post by psychotomus »

I know how to get the # of users online the hard way, but is there a way to count say all $_SESSION['username']'s?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

No, there' s no built-in shared data object you can access from different sessions (like ASPs Application object) in php
Post Reply