test

parent ff42d424
...@@ -165,7 +165,7 @@ class CI_Session_database_driver extends CI_Session_driver implements SessionHan ...@@ -165,7 +165,7 @@ class CI_Session_database_driver extends CI_Session_driver implements SessionHan
->select('data') ->select('data')
->from($this->_config['save_path']) ->from($this->_config['save_path'])
->where('id', $session_id); ->where('id', $session_id);
echo $this->_config['save_path']; exit; echo "->" . $this->_config['save_path']; echo "-->" . config_item('sess_save_path'); exit;
if ($this->_config['match_ip']) 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