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

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -