Prevent The Same User ID For Logging From Multiple Devices In C#
There are several sites there that prevent multiple logins, It only allows a single device for the same id so to do the same I have created a simple solution to solve this situation in C#. For example, we have a site that provides some kind of service based on subscription, if we allow multiple logins for multiple devices, in that case, we have lost because a single user shares his/her id with others sp all can use the same service without payment. To prevent that case below solution works.