Request.IsAuthenticated Return False all the time

前端 未结 3 1592
[愿得一人]
[愿得一人] 2021-01-24 01:37

I am having an issue with my Request.IsAuthenticated always return false. I am setting the AuthCookie

 CurrentRequest currentRequest = null;

            if (Url         


        
3条回答
  •  既然无缘
    2021-01-24 02:12

    I replaced my authentication section with this sample that a sample that I found here. It is working now.

提交回复
热议问题