public function _set_cookie($cookie_data = NULL) { if ($this->memory_only) { return; } parent::_set_cookie($cookie_data); }