Can a cookie be set in PHP to be valid across multiple domains?

H M M M

New member
From WikiPedia example:
Set-Cookie: LSID=DQAAAK...Eaem_vYg; Domain=docs.foo.com; Path=/accounts; Expires=Wed, 13-Jan-2021 22:23:01 GMT; Secure; HttpOnly

Is there a way to specify multiple domains so that the cookie is readable and present for more than one site?
 
Back
Top