Hi,
is there a recommended practice creating a login based web app with multiple views based on the role of the logged in user?
I have a login page where a user logs in. Now, the app should redirect the user to different areas. Let's say a user with the role Admin logs in, then all he sees is below /admin, a editor logs in and sees all pages under /editor.
Ok, honestly I am searching for a HOW-TO not a best practice recommandation...
Regards


