I'm having some issues testing a login system. I log in a one user, then open a new browser window. If I then call session_destroy, the user who is allready logged in will have his session destroyed. Also, if I log in with a user while another user is logged into the system allready, the user who was originally logged in seems to get the session that was just created for the more recent login.
So I guess my question is: is there any way to create unique sessions for different users on the same computer (using different browser windows)?
So I guess my question is: is there any way to create unique sessions for different users on the same computer (using different browser windows)?