- you can write a program that bind a socket on localhost port nnn at every webserver
- set session store mode to user define
- operate session by socket.
- the socket program broadcast session data each other.
all session data will be saved in every webserver's memory.
if one of them halt, you don't worry about it.
if you select mysql store session , you can find many connection at mysql server.
if mysql server halt, you site will goto hell. Web Server Loadavg could reach 1000+,
planty of http requestion halt.
this has already running at my site.
you can try, be success! good luck!
sorry , so pool english