0

I want to make a multi user login for my application. In this multiple user can login in different tabs of same browser.

3
  • Maybe, you can use sessionStorage w3schools.com/html/html5_webstorage.asp You keep session info on the browser session Commented Dec 6, 2018 at 13:12
  • You can use Session createSessionKey for each user check this stackoverflow.com/questions/722171/… Commented Dec 6, 2018 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 Commented Dec 11, 2018 at 5:08

1 Answer 1

0

you need to maintain unique session for each login you can check this Unique session in multiple browser tabs in ASP.NET MVC

Sign up to request clarification or add additional context in comments.

1 Comment

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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.