c# - Identity: Authentication in Two Different asp.net mvc5 Applications -



c# - Identity: Authentication in Two Different asp.net mvc5 Applications -

i have 2 different asp.net mvc5 application in same solution authenticate utilize different tables. when execute application , login in 1 of them, other application takes user authenticated in first application.

this because of authentication cookie: when user authenticate himself in first project, creates cookie, sec project receives , accepts cookie. seek alter default auth cookie name in web.config files.

c# asp.net-mvc asp.net-identity

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

java - Parsing XML, skip certain tags -

c# - ASP.NET MVC Sequence contains no matching element -