Please help us help you and fill where relevant:
Your LimeSurvey version:
LimeSurvey Community Edition
Version 5.3.11+220425
Own server or LimeSurvey hosting: own server
Survey theme/template: default
==================
Sessions started with the RemoteControl API get stored in the sessions-table in the database, with there expiration date.
To save on server roundtrips, we do not start en stop a session with every request, as the sessionkeys is valid for 2h.
The consequence is that the sessions table is littered with expired session keys.
Is there any way to purge expired sessions? Or does this happen automatically somehow (when?)? I'm not comfortable with thousands of expired api keys in the database.
I can hardcode a query to the database to do it myself, but I rather not if this feature is already provisioned.
Thanks.