Example #1
0
 /**
  * Removes all flashdata marked as 'old'
  *
  * @access	private
  * @return	void
  */
 function _flashdata_sweep()
 {
     if ($this->is_custom_session) {
         return $this->session_driver->_flashdata_sweep();
     } else {
         return parent::_flashdata_sweep();
     }
 }