We are actually doing basically that on every page of the site. I put 
the local host name in the footer. That is how I've confirmed. I'll try 
again.

Let me get the model number on the load balancer and reply with that also.

Andrew

Serge Knystautas wrote:
> Both the add and remove behavior you're describing is exactly what would 
> happen if the load balancing was not sticky across 2 servers.  What kind 
> of load balancer are you using?
>
> I would try to confirm by creating a JSP like this:
>
> <%=java.net.InetAddress.getLocalHost().getHostName()%>
>
> and hit it repeatedly to confirm that stickiness is working.  I don't 
> know the PHP syntax offhand to do the same, but just something to print 
> the IP address of the server you hit.
>
>   


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to