{"id":6659,"date":"2024-11-14T10:11:00","date_gmt":"2024-11-14T01:11:00","guid":{"rendered":"https:\/\/taitan916.info\/blog\/?p=6659"},"modified":"2024-08-23T15:20:31","modified_gmt":"2024-08-23T06:20:31","slug":"post-6659","status":"publish","type":"post","link":"https:\/\/taitan916.info\/blog\/archives\/6659","title":{"rendered":"PHP\u3067Cookie\u4fdd\u5b58\u6642\u306bPartitioned\u5c5e\u6027\u3092\u8a2d\u5b9a\u3059\u308b\u65b9\u6cd5"},"content":{"rendered":"<p>\u3042\u308b\u30da\u30fc\u30b8\u3092\u30d6\u30e9\u30a6\u30b6\u306e\u958b\u767a\u8005\u30c4\u30fc\u30eb\u3067\u898b\u305f\u969b\u306b\u300ccookie partitioned\u5c5e\u6027(Cookie \u201cxxx\u201d \u306f\u5916\u90e8\u306e\u3082\u306e\u3067 \u201cPartitioned\u201c \u5c5e\u6027\u3092\u6301\u305f\u306a\u3044\u305f\u3081\u9593\u3082\u306a\u304f\u62d2\u5426\u3055\u308c\u307e\u3059\u3002)\u300d\u3068\u3044\u3046\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u8868\u793a\u3055\u308c\u3066\u3044\u305f\u3002\u805e\u3044\u305f\u3053\u3068\u306e\u7121\u3044\u5c5e\u6027\u306e\u305f\u3081\u8a73\u7d30\u3068PHP\u3067\u306e\u8a2d\u5b9a\u65b9\u6cd5\u3092\u30e1\u30e2\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>Partitioned\u5c5e\u6027<\/h2>\n<p>\u30b5\u30fc\u30c9\u30d1\u30fc\u30c6\u30a3Cookie\u3092\u30c9\u30e1\u30a4\u30f3\u6bce\u306b\u5206\u3051\u308b\u305f\u3081\u306e\u5c5e\u6027\u3002\u7570\u306a\u308b\u30c9\u30e1\u30a4\u30f3\u9593\u3067\u306e\u30e6\u30fc\u30b6\u306e\u884c\u52d5\u306e\u8ffd\u8de1\u3092\u9632\u3050\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308b\u3002<\/p>\n<p>\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f<a href=\"https:\/\/qiita.com\/rana_kualu\/items\/8d8e8cd0d4737e7884e3\" target=\"_blank\" rel=\"noopener\">\u3053\u3061\u3089\u306e\u30b5\u30a4\u30c8<\/a>\u304c\u53c2\u8003\u306b\u306a\u3063\u305f\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>\u8a2d\u5b9a\u65b9\u6cd5<\/h2>\n<h3>\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9<\/h3>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">&lt;?php\r\n$cookie_options = array(\r\n    'expires' =&gt; time() + 3600, \r\n    'path' =&gt; '\/',\r\n    'domain' =&gt; '',\r\n    'secure' =&gt; true,\r\n    'httponly' =&gt; true,\r\n    'samesite' =&gt; 'None; Partitioned;'\r\n);\r\nsetcookie('test_key', 'test_val', $cookie_options);<\/pre>\n<p>&nbsp;<\/p>\n<h2>\u78ba\u8a8d\u65b9\u6cd5<\/h2>\n<p>Chrome\u306e\u5834\u5408\u3001\u958b\u767a\u8005\u30c4\u30fc\u30eb\u2192\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u2192Cookie\u3092\u958b\u304d\u300cPartition Key Site\u300d\u306b\u30c9\u30e1\u30a4\u30f3\u304c\u5165\u3063\u3066\u3044\u308c\u3070Partitioned\u5c5e\u6027\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u7b48\u3002Firefox\u3060\u3068\u78ba\u8a8d\u3067\u304d\u306a\u304b\u3063\u305f\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>\u6240\u611f<\/h2>\n<p>GDPR\u5bfe\u5fdc\u3067Cookie\u540c\u610f\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u3092\u8a2d\u7f6e\u3059\u308b\u3053\u3068\u304c\u3042\u3063\u305f\u304c\u3001\u30a4\u30de\u30a4\u30c1\u4f55\u304c\u554f\u984c\u306a\u306e\u304b\u5206\u304b\u3063\u3066\u3044\u306a\u304b\u3063\u305f\u3002\u4eca\u56de\u306ePartitioned\u5c5e\u6027\u3067\u4eca\u66f4\u306a\u304c\u3089\u3069\u3046\u3044\u3063\u305f\u554f\u984c\u306a\u306e\u304b\u4f55\u3068\u306a\u304f\u5206\u304b\u3063\u305f\u306e\u3067\u826f\u304b\u3063\u305f\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u3042\u308b\u30da\u30fc\u30b8\u3092\u30d6\u30e9\u30a6\u30b6\u306e\u958b\u767a\u8005\u30c4\u30fc\u30eb\u3067\u898b\u305f\u969b\u306b\u300ccookie partitione ... <\/p>\n","protected":false},"author":1,"featured_media":1085,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2],"tags":[],"class_list":["post-6659","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-php"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/6659","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/comments?post=6659"}],"version-history":[{"count":4,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/6659\/revisions"}],"predecessor-version":[{"id":6663,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/6659\/revisions\/6663"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/media\/1085"}],"wp:attachment":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/media?parent=6659"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/categories?post=6659"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/tags?post=6659"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}