我在mydomain.com/login.PHP上写会话.我相信这不能在www.mydomain.com上访问.是对的吗?
如何写入$_SESSION,以便我可以从www访问它.和我的域名的非www版本?
看看
session_set_cookie_params
它解释了设置.域中的域名也允许访问子域名,
原文链接:https://www.f2er.com/php/138745.html它解释了设置.域中的域名也允许访问子域名,
Cookie domain,for example 'www.PHP.net'. To make cookies visible on all subdomains then the domain must be prefixed with a dot like '.PHP.net'.
miki有一个例子
http://www.php.net/manual/en/function.session-set-cookie-params.php#94961