-
Bug
-
Resolution: Fixed
-
Minor
-
4.5
Since MDL-66151 landed, this cli now produces a deprecation warning:
php admin/cli/kill_all_sessions.php
|
++ Deprecation: core\session\manager::kill_all_sessions has been deprecated since 4.5. Use destroy_all instead. ++
|
* line 255 of /lib/classes/deprecation.php: call to debugging()
|
* line 136 of /lib/classes/deprecation.php: call to core\deprecation::emit_deprecation_notice()
|
* line 900 of /lib/classes/session/manager.php: call to core\deprecation::emit_deprecation_if_present()
|
* line 53 of /admin/cli/kill_all_sessions.php: call to core\session\manager::kill_all_sessions()
|
- is a regression caused by
-
MDL-66151 Performance: Allow session stores to fully manage the session
-
- Closed
-