Share cookie across domain and subdomain

I have two applications running on two different servers (also different IP addresses).

The first application (Ruby) runs on test.domain.com. The second application (PHP) runs at domain.com.

Is it possible to set a cookie in the first app that is read / accessible to the second app. For clarity, the two applications are running on different servers.

+3


source to share





All Articles