Sometimes you want to allow multiple simultaneous logins to your application from the same user, i.e. you have a mobile application and you want the user to be logged in from the mobile client and the web browser at the same time.
In order to allow for this all you need to do is set to True the following platform registry setting:
- Authentication.AllowMultipleSessionsPerUser
If you need more information on registry settings, please refer to the following documentation page: http://docs.apprenda.com/current/managing-registry
Comments