/ Zope / Apsis / Pound Mailing List / Archive / 2005 / 2005-04 / Pound and cookies

[ << ] [ >> ]

[ Configuration Problem With Multiple BackEnds - ... ] [ Break connection between client and pound / Egon ... ]

Pound and cookies
Egon <listaseu(at)yahoo.es>
2005-04-15 09:12:24 [ FULL ]
Hi!
I want to tell Pound to accept more than one cookie at
the same time in a UrlGroup by the Session parameter.
Is it possible? 
I use two cookies in my zope server but Pound can only
manage an unique cookie by the Session parameter...
Is there any chance to achive two cookies ?

Sample:

Session COOKIE cookie_1, cookie_2, ... , cookie_N 1200

The problem about a break connection due to a bad SSL
certificate or a try to connect with HTTPS to a HTTP
port is not fixed now. I tell Zope to generate HTTPS
base tags with the config HTTPS ON.

Thanks


		
______________________________________________ 
Renovamos el Correo Yahoo!: ˇ250 MB GRATIS! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es

Re: Pound and cookies
Robert Segall <roseg(at)apsis.ch>
2005-04-15 18:43:01 [ FULL ]
On Friday 15 April 2005 09:12, Egon wrote:[...]

This is not supported. Try something like

UrlGroup ".*"
HeadRequire Set-Cookie "cookie_1.*"
Session COOKIE cookie_1 1200
EndGroup

UrlGroup ".*"
HeadRequire Set-Cookie "cookie_2.*"
Session COOKIE cookie_2 1200
EndGroup

for a (partial) solution.
[...]

Does it do that? Did you sniff the traffic between Pound and Zope to see what 
goes on the line? What do the Pound logs show?[...]

MailBoxer