labcoat
Guest
|
Posted:
Sat Oct 01, 2005 6:44 am Post subject:
Setting cookie and retrieving from different servers |
|
|
I have an ASP page (residing on Server 1 - IIS) which contains a
Windows Media Player 10 object. The windows media player object
requests a url from a Java servelet (on Server 2) which generates a
Windows Media stream and sets a cookie. Both servers are on the same
domain, and the cookie does have enough of a timeout being set.
I am unable to read the cookie from Server 1.
Using Fiddler, I am able to see the correct SetCookie in the HTTP
Response from Server 1, and on subsequent calls to Server 1, the
Request passes the new cookie value with the cookie. Requests to Server
2 do not have the new cookie value passed with the cookie.
Are there any known issues with trying to do this?
|
|