Is it possible to get list of current logged in users across all the nodes atleast now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 10:05 AM - edited 05-21-2024 10:22 AM
Is it possible to get list of current logged in users across all the nodes atleast now?
PS - There is this table sys_user_session which gives good information about this, but if the user has not 'clicked on log out' but just has closed the browser, this table still shows as active logged in user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 10:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 10:23 AM
Hi @Sid_Takali That is not a full fleged solution. Unless the user has manually logged out, the table still shows as ACTIVE logged in user 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 12:28 AM
Anyone