I know there are lots of opinions on this, but I've had an app running for 20 years as a CGI app and have been able to allow different users to be active connecting to different schema on separate tabs/windows. Now I find that I'm in a bind...
On a single LAMP instance, I may have 100 clients (schema), and 1000 users. They are used to being able to work either 2+ users within a client or 2+ users accessing different clients from different browser tabs. It isn't something I can just take away from users after 20+ years.
So far, I'm using basic PHP auth and can see the files changing on the server the second I login via a new tab to the new user (same php file on the server as the previous login). The previous connection info is overwritten with the new info...
Is there anything out there (like an angular module or a php module) that could make this possible without a ton of re-writing?
TIA
source https://stackoverflow.com/questions/69772792/angularjs-1-5-session-per-tab-window
Comments
Post a Comment