CodeIgniter Forums
Bug report 3.1.9 Session_memcached_driver.php - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: Bug report 3.1.9 Session_memcached_driver.php (/showthread.php?tid=70886)



Bug report 3.1.9 Session_memcached_driver.php - Zukia - 06-13-2018

system/libraries/Session/drivers/Session_memcached_driver.php

308
$this->_memcached-get($this->_key_prefix.$id);


$this->_memcached->get($this->_key_prefix.$id);

I am Japanese.
I'm not good at English.