reply |
| alice johnson replied to Charvi Sanghavi at 03-Jul-08 12:58 |
1. You have to enable and disable different features in the site according to the logged in and whenever the user changes .
2. You can set the features in session like
Sessions("AdminMenuStatus") = "True"
Simillarly you have to store all application related settings here.
3. Whenever a user role changes, you can change the Session variables from the login page. |
|