I want to make a multi user login for my application. In this multiple user can login in different tabs of same browser.
Asked
Active
Viewed 823 times
0
-
Maybe, you can use sessionStorage https://www.w3schools.com/html/html5_webstorage.asp You keep session info on the browser session – Esat ARSLAN Dec 06 '18 at 13:12
-
You can use Session **createSessionKey** for each user check this https://stackoverflow.com/questions/722171/asp-net-multiple-session-objects-in-a-single-application – Bilel Wannassi Dec 06 '18 at 15:13
-
Thank you for the reply. But i am using owin library for login system, it is Single SO. I want to make it multi sign on – Parvesh Yadav Dec 11 '18 at 05:08
1 Answers
0
you need to maintain unique session for each login you can check this Unique session in multiple browser tabs in ASP.NET MVC
Mustufa
- 116
- 4
-
Thank you for the reply. But i am using owin library for login system, it is Single SO. I want to make it multi sign on. – Parvesh Yadav Dec 11 '18 at 05:08