How to access cookie values on different paths of the same domain using PHP?

后端 未结 5 969
暖寄归人
暖寄归人 2020-12-11 16:34

Can a parameter of path be added to $_COOKIE[]?

5条回答
  •  -上瘾入骨i
    2020-12-11 17:06

    I don't think it will be possible to get the cookie from a different path, since it could possibly cause a security issue.

提交回复
热议问题