I have a PHPR app running where I work with a lot of tables and different user / access levels.
I decided two split the whole application in 2 projects to not overload the resulting menus with to much items.
In both projects I use exactly the same table, username / password fields for the login.
The problem I run into is as follows:
User logs in to project A. From there he opens a link to a list page in project B.
There the username is shown correct but the underlying user rights are not acceptede (user is forced to re-logon).
Any idea what to change that user can login either in project A or B and has acces to files as defined?
Philip