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

1

I have questions about how to implement a better form of authentication, which is secure and allows for "sessions" or "cookies" with different names, allowing the creation of an authentication method for users and administrators separately (without the cookie of one interfira in the other) or that needs to work with roles to define the access of each one.

  • Is there any standard ASP.NET authentication method that works this way?
  • Is it better (safer) to use Session Cookie for authentication in ASP.NET? if there is no standard ASP.NET method that has what I described above.
  • asked by anonymous 07.03.2016 / 23:38

    0 answers