Ejemplo n.º 1
0
 function remove_cookie($name)
 {
     $this->ci->load->library("IhCookie");
     $cookie = $this->cookieConfig;
     IhCookie::setPrefix($cookie["prefix"]);
     return IhCookie::delete($name, $cookie["path"], $cookie["domain"]);
 }