We have a website that is setup like this: CDN -> HAPROXY -> ELB -> APACHE -> TOMCAT
We are seeing with IE11 and Edge clients they will randomly lose their session and get kicked out to a login screen. Firefox, Chrome and older IE clients appear unaffected. Testing at all the different layers, we can reproduce against the HAProxy and CDN layers, but not the ELB/Apache/Tomcat layers, which leads us to believe the problem lies at the HAProxy layer.We are using HA-Proxy version 1.6.3 2015/12/25, compiled from source. I'm not seeing any errors in the haproxy logs, any ideas as to where to start troubleshooting?

