On Fri, 7 Jun 2002, Ken Miller wrote:

> Ok, so continuing down the path of a single sign-on system, I've completed a
> rough framework, and it works fine.  However, I thought it might be nice to
> segregate the various bits of information into different cookies.
> Unfortunately, setting multiple cookies doesn't seem to be working.  Here
> are the outbound headers obtained via $r->as_string:
>
> Set-Cookie: ACS_UID=miller; path=/
> Set-Cookie: ACS_Test=blah; path=/
> Set-Cookie: ACS_Ticket=stuff; path=/
>
> on the next request, here's the Cookie header:
>
> Cookie: ACS_Ticket=stuff; RC_Creds=miller%2C

I suspect you're using a 2-tier Apache setup with Apache 1.3.23 on the
frontend, right?

This is a bug in mod_proxy with 1.3.23.  I _think_ its fixed in 1.3.24.
If you're using 1.3.24 try reverting to 1.3.22 (which I know works) and
see if that fixes it.


-dave

/*==================
www.urth.org
we await the New Sun
==================*/

Reply via email to