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

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -