1. For PHP >= v7.3 You can use the $options array to set the samesite value, for example: setcookie($name, $value, [ 'expires' => time() + 86400, ...
確定! 回上一頁