I have encountered the following problem.
2 systems mounted with PHP and access management through the creation of sessions at the time of login.
At the time of entering one of the systems, I automatically also enabled the entry to the other system, I understand that it is because in each I raise and allow access by consulting if the variable of $_Session['usuario']
has been set.
My query is, how can you manage to create different sessions for each system if they run simultaneously? .