I have made changed to the way we provide access to users in our system, this is driven by “employee type”.
We Have separate menu/s for administrators, for supervisors, for employees and for other employee types.
In my “login application” we check the “employee type” to turn on or turn off a menu.
Problem:
On my development environment everything works fine, a Supervisor or an Administrator type employee only sees the Menu’s I have assigned to them but when I deployed the changes into production, a Supervisor is seeing and is able to access “all menu/s”.
The Question is: Why things work under development and do not work in production the same way.
I have "wiped out the old system and re-deployed the entire system as if it never been there but is not working the same as in development.
any ideas???