Hi,
I am having a tricky problem:
We have a setup with two machines hosted on two domains: image_server.domain1.com and web_server.domain2.com
There are two images on image_server: image1 and image2
I am trying to find a way to display image1 or image2 on the web_server based on the value of a cookie that can only be access on domain1.com
I wrote a quick PHP script that successfully reads the cookie and echoes the proper html <img tag, but i don't know how to call it from web_server (it must execute on the image_server to be able to access the cookie value and there is no php on the web_server)
Am i missing something obvious or is it really tricky? Help! Thanks.
GQ-