From a8c0258bfe7bddce60e32a3aac812cde5205fb71 Mon Sep 17 00:00:00 2001 From: michaelkotlyar Date: Wed, 16 Nov 2022 15:35:32 +1300 Subject: [PATCH] MDL-74874 config: Removed comment "This is an experimental issue". --- config-dist.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config-dist.php b/config-dist.php index 42624a0cd31..914a70badb8 100644 --- a/config-dist.php +++ b/config-dist.php @@ -676,8 +676,7 @@ $CFG->admin = 'admin'; // // There are times when a session lock is not required during a request. For a page/service to opt-in whether or not a // session lock is required this setting must first be set to 'true'. -// This is an experimental issue. The session store can not be in the session, please -// see https://docs.moodle.org/en/Session_handling#Read_only_sessions. +// The session store can not be in the session, please see https://docs.moodle.org/en/Session_handling#Read_only_sessions. // // $CFG->enable_read_only_sessions = true; //