Can client side proxies cause any other issues with cookie insertion?
I have a site where they are doing a simple:
listen application 0.0.0.0:80
mode http
cookie SERVERID insert nocache indirect
balance roundrobin
server srv1 192.168.1.1:80 cookie server01 check
server srv2 192.168.1.2:80 cookie server02 check
Style of cookie insert.
But some clients comming through proxies seem to be loosing their cookies?
Do I need to look at httpclose (I thought that was only for PREFIX?) Anything else I'm missing?
Using 1.2 stable
Thanks very much in advance.
Regards,
Malcolm.
Received on 2007/11/26 21:10
This archive was generated by hypermail 2.2.0 : 2007/11/26 22:15 CET