hello ,
I want to-prevent-multiple-logins-of-same-user-id.I tried using database way where i catch IP and check User active or not .But I think this is not proper way .For this i checked following link
http://www.c-sharpcorner.com/UploadFile/suthish_nair/how-to-avoid-session-hijacking-in-web-applications/
But I want to know is there any alternative solution to this ?
Thanks in advance
Francis SusaimichaelPosted Jun 28, 2016, 10:36 AM
The below article providesome "proven" ways to achive thesolution and work arounds:
http://www.nullskull.com/articles/20030418.asp
Karthik ElumalaiPosted Jun 28, 2016, 11:50 AM