I don't want login in a system when he loggedin in another system with a user name
-
Hi all, I don't want login in a system when another person logged in another system with the same user name. How can i do this I need your help, Thank You,
Hoda
-
Hi all, I don't want login in a system when another person logged in another system with the same user name. How can i do this I need your help, Thank You,
Hoda
You can suggest as brij said, or try to find one article on codeproject, there was a great soluation for that problem. I am not able to find that link right now. I will send you if i got that same link .
cheers, Abhijit My Recent Article : Beginner's Guide to ASP.NET Application Folder
-
Hi all, I don't want login in a system when another person logged in another system with the same user name. How can i do this I need your help, Thank You,
Hoda
The obvious way is in your database have a field that tells you a person is logged in, and if they are, don't allow another login. The issue with this is, you cannot be sure to catch any event that tells you a person has logged out, so you should also store a timestamp every time that user requests a page and when you check if they are logged in, also check that to see if it's been long enough to assume it has expired.
Christian Graus Driven to the arms of OSX by Vista.