CI_Session_driver::_cookie_destroy PHP Method

    protected function _cookie_destroy()
    {
        return setcookie($this->_config['cookie_name'], NULL, 1, $this->_config['cookie_path'], $this->_config['cookie_domain'], $this->_config['cookie_secure'], TRUE);
    }