标签: c# asp.net .net session authentication
我在.NET中使用FormsAuthentication
一旦用户通过FormsAuthentication登录,我想在Session中存储一些变量
我该怎么做?用户登录时是否有方法/回调?
由于
答案 0 :(得分:0)
Authenticate类的FormsAuthentication方法现在已经过时了。因此,要登录,您需要使用Membership API。请访问此处查看 -
Authenticate
FormsAuthentication
Membership API
MemebrShip API
访问表单身份验证数据 -
FormsAuthentication Class
要知道,如何在会话中保存,请参阅此链接 -
HttpContext.Session