159
Views
1
Comments
Avoid concurrent user session across different PC
Question

Hello All,

Currently I am trying to develop some code to avoid user from login concurrently into his account across different PC(of course browser too). 


But the issue is, it can log the user out from the system only when the user navigate to those screens with such code implemented. Other than that, user is able to navigate to other screens that don't have such code implemented inside. 

Is there any other ways of avoiding concurrent login/user sessions without implementing the code in each page? 

Attached is the oml of mine :)

DetailScreen.oml
UserImage.jpg
Prasad Rao

Hi,

Can you take a look at this post, it has what you need https://www.outsystems.com/forums/discussion/43340/session-destroy/ 

Regards.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.