ASP.NET How to save and use persistent information depending on user type login
Posted
by pee2002
on Stack Overflow
See other posts from Stack Overflow
or by pee2002
Published on 2010-06-11T11:24:59Z
Indexed on
2010/06/11
11:32 UTC
Read the original article
Hit count: 199
ASP.NET
Hi there!
I´m building a website and i need to store somehow some informations that i will use in the whole site depending of the user type logged in.
Example:
1) User XPTO logs in
2) Query DataBase to see where he belongs
3) Store those 2 or 3 fields that i will get in Database in a persistent way to use it in the whole site.
My question is: Whats the best practices to do this?
Best Regards
© Stack Overflow or respective owner