Stageplatform ZW

Inloggen

ErrorException [ 8192 ]: Function Redis::setTimeout() is deprecated

APPPATH/libraries/Session/drivers/Session_redis_driver.php [ 213 ]

208 
209 		if (isset($this->_lock_key))
210 		{
211 			if ($this->_fingerprint !== ($fingerprint = md5($session_data)))
212 			{
213 				$this->_redis->setTimeout($this->_lock_key, 10);
214 				if ($this->_redis->set($this->_key_prefix.$session_id, $session_data, $this->_config['expiration']))
215 				{
216 					$this->_fingerprint = $fingerprint;
217 					$this->_release_lock();
218 					return TRUE;
  1. APPPATH/libraries/Session/drivers/Session_redis_driver.php [ 213 ] » MY_Exceptions::error_handler( arguments )

  2. {PHP internal call} » CI_Session_redis_driver->write( arguments )

  3. {PHP internal call} » session_write_close( )

Environment

ErrorException [ 8192 ]: Function Redis::delete() is deprecated

APPPATH/libraries/Session/drivers/Session_redis_driver.php [ 373 ]

368 	 */
369 	protected function _release_lock()
370 	{
371 		if (isset($this->_redis, $this->_lock_key) && $this->_lock)
372 		{
373 			if ( ! $this->_redis->delete($this->_lock_key))
374 			{
375 				log_message('error', 'Session: Error while trying to free lock for '.$this->_lock_key);
376 				return FALSE;
377 			}
378 
  1. APPPATH/libraries/Session/drivers/Session_redis_driver.php [ 373 ] » MY_Exceptions::error_handler( arguments )

  2. APPPATH/libraries/Session/drivers/Session_redis_driver.php [ 217 ] » CI_Session_redis_driver->_release_lock( )

  3. {PHP internal call} » CI_Session_redis_driver->write( arguments )

  4. {PHP internal call} » session_write_close( )

Environment