moodle-an-hochschulen / moodle-local_session_keepalive

Moodle plugin which checks for unsent user input in the browser and keeps the user session alive as long as needed to prevent that user input which is sent to the server after the user session has expired will be lost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a final end for keeping sessions alive

abias opened this issue · comments

Currently, the plugin keeps a Moodle session alive forever. It would be worthwhile to add support for a final end, for example after 7 days, so that the browser does not ping the server forever.