i thought something.
with cookies i can check if $username is set only by the transaction with the specific client.
With <b>Sessions</b> can i check all the $username[$i] who is set and so the users are logged in?
Because with the session the variable is set in the server.
If i could do that i would set an array $username[$i]
and for($i<0...
Does anybody kno that?