test

parent 547b2b96
......@@ -165,6 +165,7 @@ class CI_Session_database_driver extends CI_Session_driver implements SessionHan
->select('data')
->from($this->_config['save_path'])
->where('id', $session_id);
echo $this->_config['save_path']; exit;
if ($this->_config['match_ip'])
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment