Request.IsAuthenticated vs. Identity.IsAuthenticated

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

Seems either of these can be used to check whether a request is
authenticated or not:

Request.IsAuthenticated
HttpContext.Current.User.Identity.IsAuthenticated

Are these always in sync? in other words, the values returned from these
two properties are always the same in any scenarios?

Thanks
Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top