<?php setcookie('hoge', 'fuga', [ 'expires' => 3600, 'path' => '/', 'secure' => true, 'httponly' => true, "samesite" => 'Strict', ]);
You have javascript disabled. You will not be able to edit any code.