Active Sessions form not showing any sessions

0
I am trying to use the Active Sessions webform that is included in new projects by default. However, when I navigate to that form, it never shows any sessions - even though I know there are sessions. Am I missing something? I checked security and ensured that I have the correct module roles and userroles.
asked
1 answers
2

PersistentSessions

Defines whether sessions will be persisted in the database or not. When sessions are persisted, statistics will be made about logged-in users. When the Runtime server restarts, sessions still exist and users don't have to log in again. However, making sessions persistent has a negative influence on the speed of the application. The value can be true or false.

Set it to true to use active sessions

answered