set Shiny (Open Source edition) session timeout

I found this trick to set a session timeout: https://stackoverflow.com/a/53207050/3720258.
Unfortunately, it doesn't work anymore, and I have an API + Dashboard to explore official Covid Data in my country.

So far, I applied a CRON job in the meanwhile to restart shiny-server, at the expense that it closes active sessions.

How can I enforce that sessions that remain inactive for more than T seconds are automatically disconnected?

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.