Environment:
We have a Website and a separate ASMX - a web service that uses the same database (MS SQL 2008). At the moment, the web service is for mobile applications. Projects are performed using C #, Asp.Net, 3.5 framework, VS 2008.
Requirements:
We need to avoid the same user login to the website and mobile application (using the web service) at the same time. Basically, a user can enter only one service at a time (both on the Internet and in the application). In addition, the user should be able to log in to the Mobile App as soon as the web browser is closed or logs out.
If a user tries to log in, although he has already registered with another service, the code must have a way to find it for notification and restriction purposes.
I think AppFabrc fixes this requirement, but needs Windows Server 2008 R2, which we donβt have at the moment.
Hope you have some better ideas?
Note that this is not the same question as this .
source share