-
Bug
-
Resolution: Fixed
-
Minor
-
4.5
To reproduce:
- Set {$CFG->session_handler_class = '\core\session\redis';} in {config.php}
- Install plugin from
{[https://github.com/phmemmel/moodle-local_test.git]}
, branch
{MDL-83822-main} - Run {php local/test/cli/check_session_exists.php}, see error "Call to a member function hmget() on null"
- Run
{php admin/cli/scheduled_task.php --execute=\\local_test\\task
session_exists_task}
, see same
- has been marked as being related by
-
MDL-83847 PR only: MDL-83822 - redis session handler: session_exists fails when used outside session
-
- Closed
-