I developing a ASP webpage where the users login, then, this page creates a ASP session variable that store's the user profile and the page redirects the user to a "welcome page".
In this "welcome page" need to have a javascript menu that change the options based on the user profile (stored on that ASP session variable), for exemple:
If the user profile is ADMIN, the menu shows the following options: User Management,...