Daniel Blumenthal wrote:
We just switched from a single server to a cluster, with a load balancer out
front to manage incoming connections.  The load balancer makes the decision
to go to app server 1 (app1) or app server 2 (app2) based on IP address -
once a request comes in from one source IP, all future requests (for some
period of time) go to the same server.
The problem is that it appears that AOL will randomly assign an IP address
to every request a user sends.  So a user could end up going to both
servers.
You should configure load balancer to use 'sticky sessions' (mod_jk and mod_proxy_ajp does it).


--
Mikolaj Rydzewski <[EMAIL PROTECTED]>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to