Comment 5 for bug 142226

Revision history for this message
Peter Sabaini (peter-sabaini) wrote :

I've just been bitten by this: Apache 2.2 supports load balancing with "sticky sessions", ie., depending on a session cookie a request gets proxied to a specific backend.

Except that doesn't work with Zope because Zope insists on wrapping my cookies in quotes.

I dont see what that wrapping is good for in the first place? Apache and as far as I can see also IIS and Javascript expect cookie vals to be bare, which also seems in the spirit of RFC2109 IMHO