Skip to content

Commit

Permalink
MDL-44642 grading: Add session keepalive during advanced grading setup
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 16, 2014
1 parent 57996fe commit de1c685
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion grade/grading/form/guide/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
redirect($returnurl);
}

// Try to keep the session alive on this page as it may take some time
// before significant interaction happens with the server.
\core\session\manager::keepalive();

echo $OUTPUT->header();
$mform->display();
echo $OUTPUT->footer();
echo $OUTPUT->footer();

0 comments on commit de1c685

Please sign in to comment.