Hi, again from me :D.
I have one question related to cookies and deleting them. I trying to delete cookie with $this->cookies->delete('cookie_name') or $this->cookies->get('cookie_name') but this is impossible. I made it work by just changing cookie expiration date in the past. Yet why the methods do not work? I have seen in the documentation that these methods do not delete from the global $_COOKIE, then from where they delete it?