Hi all,
Is there a way to configure outsystems such that each user account can only have one login?
For example, user A logins from laptop A. If user A attempts to login from laptop B, the first session on laptop A is terminated.
Thanks
Hi Yih,
I do not know of a way to automatically do that in a configurable way. But you can do something like this:
This will not automatically terminate the the first session. It will only terminate when user A tries to do something in laptop A after doing something in laptop B.
Tell me if it works, because I haven't tried. :)
Cheers,
José
Hi Jose,
Thanks. I tried and it works.
Hi Team,
Is there a way to achieve below behavior as well?
For example, user A logins from laptop A. If user A attempts to login from laptop B, not able to create a valid session on laptop B unless he/she has a valid session on laptop A.
Atul