How to do multiple SignOut in Asp.Net Core MVC?
I want to make two different SignOut panel(for Writers and Admins) in Asp.Net Core MVC with N-Tier Architecture. I tried many things to do this but I couldn’t.SignIn and SignOut process works correctly for Admins but for Writers SignIn works correctly, SignOut does not work.It directs me to Admin Login page. I do not know what should I do. I defined Writer and Admin schemes and called them with Authenticate attribute.Also, I am sure about that I assgin correct action and controller in .cshtml page.