MDL-42485 add session lock acquire timeout to memcached session driver

Credit goes to Eric Merrill, thanks!
This commit is contained in:
Petr Škoda
2013-10-27 16:05:12 +01:00
parent 68291f2d57
commit 6ec361c6bc
4 changed files with 48 additions and 2 deletions
+8
View File
@@ -34,6 +34,14 @@ defined('MOODLE_INTERNAL') || die();
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
abstract class handler {
/**
* Start the session.
* @return bool success
*/
public function start() {
return session_start();
}
/**
* Init session handler.
*/