43
Views
1
Comments
How to get access for the Session DataBase for Prod
Application Type
Reactive
Service Studio Version
11.54.12 (Build 62475)

Hi,

I would like to learn how to obtain access to the Session Database in order to retrieve information about all currently logged-in users in the application. Additionally, I would appreciate any alternative methods you can suggest for determining the total number of active users. 

I've also searched online, but couldn't find any information how to access for it.

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

Ishaan,

If you're on-prem you can simply set up an additional user for the session DB and access it via an extension as normal.

If you're on the OS cloud, you would likely be better off using some sort of 3rd party tracking software and implementing it via javascript on each page or in your header. (Being sure to set up dynamic inputs so you can track where they are.)
There are a number of for-pay services out there that you can use that offer a great deal of information about where the user is, how they browse, what their behaviors are, etc.

If you are looking for a free option, Google's Analytics suite provides a robust set of features that allow you to track user behaviors, page visits, conversion rates etc. You can integrate Google Analytics by injecting the tracking code snippet to your website's header. This will allow you to collect data and monitor various metrics that can offer valuable insights into user engagement and website performance.

If you have not already, give the forge component a try:
https://www.outsystems.com/forge/component-overview/7395/google-analytics-reactive

Best,
RAD Manage

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