57
Views
3
Comments
List of user having active session
Application Type
Reactive

I want to fetch list of users who are currently using the application.

2024-04-05 03-05-03
Kharlo Ridado

Hi

Have you checked this post? It seems to be a similar use case.

Let us know if this helped you solve your issue.

Regards,

Kharlo

2022-06-05 09-03-48
Avishi Aggarwal

Hey Kharlo,

I have gone through this post earlier but this doesn't solve my purpose.

Thanks,

Avishi 

2019-01-07 16-04-16
Siya
 
MVP

There is no ready-made solution for the scenario described. While the User entity includes a 'Last_Login' attribute indicating the last time a user logged into the application, it does not show whether they are currently using the application. To track active users, you may need to create an entity to maintain user activity within your application. Additionally, you'll have to determine which actions should trigger the creating record  into this entity.

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