I have two domains. One domain contains the login script. It creates a cookie when logged in. Another domain have a URL shortener.
So, on the 2nd domain that have th
You can't. Cookies are bound to a single domain. You can use cookies across multiple subdomains though.