Author: csharpcoder | Posted on: 12/18/2009 11:07:31 AM | Views : 871

What is the best/recommended way to store and pass the user's information such as name and role from page to page?
I need to lock out users from some pages and lockdown some features on some pages. for example if a user hits a page and his not an admin, they can still view the page but cannot edit any data on the page. So I want them to see the page but hide the edit buttons 
...

Go to the complete details ...