number of sessions in use?
Moderator: General Moderators
number of sessions in use?
Hello all, it's me again! I had a question concerning sessions. How can i tell how many sessions are going on my site? i was thinking of adding a "There are currently _ people." ? how would i do that?
e.g. by writing your own session managment (if possible)
http://www.php.net/manual/en/ref.session.php
http://www.php.net/manual/en/ref.session.php
session.save_handler string
session.save_handler defines the name of the handler which is used for storing and retrieving data associated with a session. Defaults to files.
...