MDL-84051 core: Call parent function to clear session data in the table

This commit is contained in:
meirzamoodle
2025-02-25 08:50:35 +07:00
parent 7a318d5c85
commit b6d04b4882
4 changed files with 252 additions and 4 deletions
+2 -2
View File
@@ -221,7 +221,7 @@ class memcached extends handler {
$memcached->quit();
}
return true;
return parent::destroy_all();
}
#[\Override]
@@ -242,7 +242,7 @@ class memcached extends handler {
$memcached->quit();
}
return true;
return parent::destroy($id);
}
/**