I have a huge problem with the system I'm assigned to support.
In fact, these are many intranet systems.
The problem is that the original programmer created many systems for the intranet, which all connect to the database through a script, where username, pass, db params, etc. stored in $ _SESSION variables.
The problem occurs when a user logs into one system on a tab and then opens another tab for another system, and since the session variable is overwritten, he cannot continue to work in the first.
Keep in mind that there are dozens of applications ... do you think I can solve this problem without changing every existing application?
Thanks!
source
share