Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在整个应用程序中(登录后)保存经过身份验证的用户信息和角色的最佳方法是什么?我想避免使用会话。我想保存用户信息,如名字、姓氏、电子邮件、部门等。这将是 MVC 3 Web 应用程序。
你应该使用内置Membership Provider的MVC
Membership Provider
MVC