Is it possible to share a session among 2 tomcats that runs the same web application and which is both balanced by haproxy? (haproxy is round robin based, and not using sticky-session)
by sharing i mean creating the session in one place (haproxy or tomcat) and be able to get it from the other tomcat.
(our goal is statless web application servers)..
Thanks!