php – 如何为两个www编写会话.和我的域名的非www版本?

前端之家收集整理的这篇文章主要介绍了php – 如何为两个www编写会话.和我的域名的非www版本?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在mydomain.com/login.PHP上写会话.我相信这不能在www.mydomain.com上访问.是对的吗?

如何写入$_SESSION,以便我可以从www访问它.和我的域名的非www版本?

看看 session_set_cookie_params
它解释了设置.域中的域名也允许访问子域名,
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

原文链接:https://www.f2er.com/php/138745.html

猜你在找的PHP相关文章