51
Views
4
Comments
Solved
Concurrent User Login Counts
Application Type
Mobile

Can we able to monitor concurrent user login into a application with valid session?

Solution

Hi Jitender,

Thanks for your reply.

Yes, there was no way to monitor Login users count in Service center and lifetime in outsystems.

Only way is to implement this in our code level to monitor it, by increase a count during user login and decrease a count by session end or user logout.


Thanks.

Champion

Hi

Don't there is any builtin mechanism for this but you can manage it by taking count variable in user extended table. On each login increase count by 1 on logout decrease by one.

Regards

Hi Vikas,
It will be good while taking counts on login and logout.
But I need to know that, Can we able to monitor it by service center or lifetime?

Hi, 

Service center/ lifetime didn't provide any screen/page to get the current logged-in user or concurrent user login count. 

Please refer this post if you want to implement this feature 

https://www.outsystems.com/forums/discussion/38299/overview-of-all-logged-in-active-end-users-in-the-applications


I hope it will help to clear your query.


Thanks


Solution

Hi Jitender,

Thanks for your reply.

Yes, there was no way to monitor Login users count in Service center and lifetime in outsystems.

Only way is to implement this in our code level to monitor it, by increase a count during user login and decrease a count by session end or user logout.


Thanks.

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