I've made some learnr tutorials which my statistics students interact with through an RStudio workbench server.
The issue is that student don't always remember to stop the tutorial, so their instance of RStudio is running on the server even when they close their browser. This uses memory resources.
I'd like to have the tutorial turn off automatically after say 30 minutes. How can I do that?
Thanks in Advance.