Please help us help you and fill where relevant: Your LimeSurvey version: 5.6.9 Own server or LimeSurvey hosting:own Survey theme/template:own
==================
Hi,
can I somehow retrieve the current number of logged in users and the number of current users who are taking surveys?. the login procedure happens through ldap and LS cache uses redis but local sessions, php-fpm session handler uses also redis (LS and php-fpm in different redis db). Maybe from the LSRC2?
Thanks in advance!
jim
The term "users" in Limesurvey is a little tricky, because "user" can be a lot of things.
So usually "survey admin" is used, when we talk about people who can log into the Limesurvey backend and "participants" is used for survey takers. There is no "login" for survey takers in Limesurvey, this would be either via tokens or the CPDB.
It would be great if you could explain "users" in your context.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.
Hi holch and thanks for your reply!
Yes, those are exactly the users for those two scenarios I meant. The survey takers and the admins. I think I found a possible solution: for the admins: change session cookies to redis and then check redis db and for the participants: reading apache logs, maybe? Yii is no help I suppose?
Thanks,
jim