mirror of
https://github.com/moodle/moodle.git
synced 2025-04-05 00:12:42 +02:00
Merge branch 'MDL-43734_purgeUserSession' of https://github.com/moodlerooms/moodle
This commit is contained in:
commit
3b5e8aebbe
2
cache/classes/loaders.php
vendored
2
cache/classes/loaders.php
vendored
@ -1742,7 +1742,7 @@ class cache_session extends cache {
|
||||
* Purges the session cache of all data belonging to the current user.
|
||||
*/
|
||||
public function purge_current_user() {
|
||||
$keys = $this->get_store()->find_all($this->get_key_prefix());
|
||||
$keys = $this->get_store()->find_by_prefix($this->get_key_prefix());
|
||||
$this->get_store()->delete_many($keys);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user