How to maintain unique login in windows form application?

Posted by Vivek on Stack Overflow See other posts from Stack Overflow or by Vivek
Published on 2010-04-22T05:37:49Z Indexed on 2010/04/22 5:43 UTC
Read the original article Hit count: 250

Filed under:
|
|

Hello All,

I am developing a winform application in which user's login is validated through ms sql server 2000 database.When user entry its user name and password, application checks its exists in user table or not.

Now my requirement is if a user already login through one system it should not log in through another system.

if solution like make entry in database about status of user like on successful log in mark user status is true and on closing application mark false , then in the case of network or hardware failure or system exception.

so, please suggest me a optimal solution .

© Stack Overflow or respective owner

Related posts about winforms

Related posts about c#