What is the best ASP.NET MVC 4 authentication method?

Asked

Viewed 153 times

1

I’m having doubts about how to implement a better form of authentication, which is safe and allows "sessions" or "cookies" with different names, making it possible to create an authentication method for users and administrators separately (without the cookie of one interfering with the other) or needing to work with roles to define the access of each.

  1. Is there any standard ASP.NET authentication method that works this way?
  2. For authentication in ASP.NET is it better (safer) to use Session or Cookie? if there is no standard ASP.NET method that has the above described.
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.