Sessions in PHP
Is it possible to have more than one session to login to a system as different users...
for eg.,
Can 3 users login to a system using 3 different php sessions?
Veselin
2008-04-24 14:34:44
Re:
you will need to make your system check for the 3 different PHP sessions when it authorize the users. OR you can use another SESSION variable specifying the name of the active session variable used.