Guys,
I want some help regarding maintaining session variables. I am writing Asp.net using C#.
Once the user logs in to the system using his login and password
I want to store his settings (line fullname, email id and other
privileges) in session variables so that I can access them
throwout the application.
How do I go about this?


Reply With Quote