I registered a domain name and am using URL forwarding.
Let's say my domain name is
www.domain.com and it forwards to
www.other.com
On
www.other.com, users log in to their accounts. I do this using sessions. When I access the page by going to
www.other.com, the sessions work perfectly. On the other hand, when I go to
www.domain.com, the sessions don't work anymore.
Why is this happening and how can I fix it?