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

Clarify keepalive interval

abias opened this issue · comments

  1. On https://github.com/moodleuulm/moodle-local_session_keepalive#1-general-functionality, a note should be added that the keepalive interval has to be smaller (but not much smaller) than the Moodle session lifetime.
  2. Optionally, it would be nice to have a check and warning message on settings.php if the proportion of both values does not make sense.