Hello, i have a huge problem with a system i have been assigned to maintain.
In reality it is many systems over an intranet.
The problem is, the original programmer created many systems for the intranet which all of them connect to the database through a script, where the user name, pass,db params,etc are stored in $_SESSION variables.
The problem arises when a user logs into one system, in a tab, then opens another tab for the other system, and because the session variable are overwritten he is unable to continue operating in the first one.
Take into account that there are dozens of apps... how do you think i could solve this without changing each and every existing app.?
Thanks!