Linux インストールに 2 つのサイトがあります: theming.dev xenforo.dev
私のコード内のtheming.devには、次のものがあります。
setcookie("mycookiename", "cookievalue", time()+3600, "", "xenforo.dev");
しかし、xenforo.dev というローカル Web サイトにアクセスすると、「mycookiename」という Cookie がありません。
注: setcookie() は true を返します。
ありがとう。