Dear all

I faced a strange situation, I built a wicket application which deployed to 
Wildfly Cluster.
When I using Apache httpd as load balancer, everything works as expected.
But when I move application to GCP, and use their load balancer which has gclb 
and gclib cookie to identity transfer to wildfly node with TTL of 300 seconds.
After GCP LB ttl timeout (wicket session still active), gcp lb route to another 
wildfly node, and I clicked on ajaxbutton. I saw response code 200 on browser 
console and response payload is <?xml versio=”1.0” 
encoding=”UTF-8”><ajax-response></ajax-response>.

How do I fix it ?

Reply via email to