Setting cookies for multiple sub-domains

前端 未结 2 1321
轮回少年
轮回少年 2020-12-19 01:46

Is it possible to set a cookie for http://www.example.com from a PHP file located at https://secure.example.com? I have some code that was given to me, tha

2条回答
  •  -上瘾入骨i
    2020-12-19 02:11

    If you set the cookie domain to ".example.com", the cookie will work for all subdomains.

提交回复
热议问题