test

parent 8c82ca15
Showing with 2 additions and 0 deletions
......@@ -306,6 +306,8 @@ class CI_Session {
$params['match_ip'] = (bool) (isset($params['match_ip']) ? $params['match_ip'] : config_item('sess_match_ip'));
echo "==>" . config_item('sess_save_path'); echo "===>" . $params['save_path']; exit;
isset($params['save_path']) OR $params['save_path'] = config_item('sess_save_path');
$this->_config = $params;
......
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