On Fri, Jun 07, 2002 at 12:32:56PM -0500, Dave Rolsky wrote: > 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.
1.3.24 is broken in more than one way; I am using the latest CVS version without problems. Balazs