1

I have to implement one functionality in my website, I never worked on this kind of situation so i am confused how can i implement this.

Requirement:- I want to restrict user to login with single userid/Password on multiple computer or browser. Just like any bank website where user can not login with single user credential on multiple browser or computer.

Please help me. I am using ASP.NET.

Pankaj
  • 4,419
  • 16
  • 50
  • 72
  • Related: http://stackoverflow.com/questions/3164507/allow-one-session-only-at-a-time Not ASP.NET, but it fits the concept exactly. – Corbin Oct 11 '11 at 09:10

1 Answers1

0

yah, use isonline or same kind of filed in database and when use login make it true, if filed value is true when login send message that your are already login from other computer.

Bhargav Mistri
  • 944
  • 8
  • 20