Playing with Sessions
Posted: Sun Apr 16, 2006 4:38 am
Hello,
just need to give some information to the site admin's panel with how many sessions have the same variable.
for example I am keeping the login details of a logged user in $_SESSION['user'].
Any tip regarding how I can see how many sessions exists on server with the specific "user" attribute?
Thanks in advance.
just need to give some information to the site admin's panel with how many sessions have the same variable.
for example I am keeping the login details of a logged user in $_SESSION['user'].
Any tip regarding how I can see how many sessions exists on server with the specific "user" attribute?
Thanks in advance.