time-out problem in Moodle 3.5

Re: time-out problem in Moodle 3.5

by Beatriz Rojo -
Number of replies: 3
Hi Dominique and Visvanath,
thanks for your rich input. I'm attaching some screenshots of the notifications I get. Meanwhile, I'm checking the aspects you comment with my IT team.
Thanks!
Attachment Screenshot 2020-02-12 at 17.22.49.png
Attachment Screenshot 2020-02-14 at 14.25.38.png
Attachment Screenshot 2020-02-14 at 14.30.30.png
Attachment Screenshot 2020-02-14 at 14.30.48.png
In reply to Beatriz Rojo

Re: time-out problem in Moodle 3.5

by Beatriz Rojo -
Just updating the notifications we get. This is what a student got while doing her test, this happened several times:
connection but
In reply to Beatriz Rojo

Re: time-out problem in Moodle 3.5

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
What sort of login system are you using?

If you are using some sort of single-sign-on system, these errors can seem very mysterious, because if the user loses their Moodle session, then the single-sign-on system will just generate a new one. So, it will look like they are still logged in, but you get errors like this because form submissions are rejected.

One way to diagnose this is to look in the web server logs, and see if you see too many redirects to login/index.php. Try filtering the logs by this student's IP address, to see if that makes it clear.
Average of ratings: Useful (1)
In reply to Tim Hunt

Re: time-out problem in Moodle 3.5

by Beatriz Rojo -
Hi TIm,
we are using SSO, yes. Thanks for the indications, we'll try it.