I have tried it, so far with no luck.
i think it's bcoz the server i'm using doesn't work on the default port.

> -----Original Message-----
> From: Lee Elenbaas
> To: [EMAIL PROTECTED]
> Sent: 12/7/99 8:27 PM
> Subject: Setting Cookie for another server
>
> Is anyone knows of any way to set a cookie that the client will send
> to another server? I'm trying to implement an autologin to a server of
> 3rd party that uses cookies to identify it's users. I have the cookie
> since my code loges into that server as well. The only thing left is
> to convince the user's browser to save that same cookie as if it came
> from the 3rd party server, to implement the autologin. Any ideas?

As long is the servers are in the same domain you can use the "domain"
parameter of a cookie to have the cookie sent to all the servers in a
domain.

John K Peterson  --  IT Services Development  --  Brigham Young University
Internet: [EMAIL PROTECTED]                      Phone: (801) 378-5007

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to