commit | d3e9273de9af35bcbff77c251ca23bd621eecfb5 | [log] [tgz] |
---|---|---|
author | Michiel Vugteveen <info@it-can.nl> | Tue Aug 07 15:23:21 2018 +0200 |
committer | Michiel Vugteveen <info@it-can.nl> | Tue Aug 07 15:23:21 2018 +0200 |
tree | edc625b5c413f1b1360befe5cc9878b8c653682f | |
parent | 5eda36d42b24ab8cf31bb3d122985612c2858045 [diff] [blame] |
fix #5545
diff --git a/system/libraries/Session/drivers/Session_redis_driver.php b/system/libraries/Session/drivers/Session_redis_driver.php index d7a5755..f351aff 100644 --- a/system/libraries/Session/drivers/Session_redis_driver.php +++ b/system/libraries/Session/drivers/Session_redis_driver.php
@@ -323,7 +323,7 @@ * @param string $id * @return bool */ - public function validateId($id) + public function validateSessionId($id) { return (bool) $this->_redis->exists($this->_key_prefix.$id); }