dear group,
we are trying to bind a session for a very long time to a specific webserver.
so a client calls the page the first time
gets a server
and should remain for as long as possible on this server (even when he
stops and restarts the browser)
so my question is:
is it possible to bind a browser for "the lifetime or at least some
hours" to a specific server (as long as the server is available)?
my config wors very well but the browser switches servers when the
browser is restarted
i think the cookie"GUI" is the problem as it expires when the browser restarts.
listen myPoint :9010
mode http
server host1.example.com 127.0.0.16:17080 cookie Edi11 check inter
30000 rise 4 fall 2
server host2.example.com 127.0.0.17:17080 cookie Edi22 check inter
30000 rise 4 fall 2
balance roundrobin
cookie GUI insert indirect
appsession GUI len 100 timeout 3h
any hints appreciated.
sorry if i have some newbie tendencies .. i am playing aroung with ha
proxy only for a view hours now.
regards chris
-- ---------- Christian Brennsteiner Salzburg / Austria / EuropeReceived on 2009/06/15 13:40
This archive was generated by hypermail 2.2.0 : 2009/06/15 13:45 CEST