.Net Core MVC failed to store session to the Redis

前端 未结 0 757
我在风中等你
我在风中等你 2021-01-28 17:29

Using HttpContent.SignInAsysnc to Signin:

var identity = new ClaimsIdentity("ABC");
identity.AddClaim(new Claim(ClaimTypes.Name, userId.ToString()));
va         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题