Set Cookie SameSite to None in cakephp 2.8.4

I can’t figure out how to add the “samesite=none” parameter in an existing cookie.

this is the existing cookie:
$this->Cookie->write($this->visitorCookie, $visitorId, true, 3600);

how can I add the “samesite=none” ?