Question
TechMahindra
TechMahindra
IN
TechMahindra
Posted: Dec 31, 2024
Last activity: Jan 1, 2025
Last activity: 1 Jan 2025 11:18 EST
Closed
OOTB database table
Which OOTB database table in Pega captures the details of User ID, login time and logout time with date?
@SANTHARAMN17023936 The OOTB
pr_loginstable in Pega stores details about user sessions, including the User ID, login time, and logout time. The key columns are pxUserID for the user's ID, pxCreateDateTime for login time, and pxSessionEndDateTime for logout time. You can query this table to track user activity, such as when they logged in and out, by filtering with the User ID or session details. For example, you can use a query to retrieve these details and order them by login time to view the latest activity. This table is part of Pega’s built-in logging system for monitoring user sessions