| @@ 89-92 (lines=4) @@ | ||
| 86 | log_message('error', 'Session: No Memcached save path configured.'); |
|
| 87 | } |
|
| 88 | ||
| 89 | if ($this->_config['match_ip'] === TRUE) |
|
| 90 | { |
|
| 91 | $this->_key_prefix .= $_SERVER['REMOTE_ADDR'].':'; |
|
| 92 | } |
|
| 93 | } |
|
| 94 | ||
| 95 | // ------------------------------------------------------------------------ |
|
| @@ 106-109 (lines=4) @@ | ||
| 103 | log_message('error', 'Session: Invalid Redis save path format: '.$this->_config['save_path']); |
|
| 104 | } |
|
| 105 | ||
| 106 | if ($this->_config['match_ip'] === TRUE) |
|
| 107 | { |
|
| 108 | $this->_key_prefix .= $_SERVER['REMOTE_ADDR'].':'; |
|
| 109 | } |
|
| 110 | } |
|
| 111 | ||
| 112 | // ------------------------------------------------------------------------ |
|