On the same tomcat server, the data saved into the sessions are being shared for all the sessions (or a session.setAttribute just orverride everything).
I'm logging on 2 different computers going to the same tomcat server and the sessions are just returning the same objects, but the sessions have different session ids... And I don't think that it's a
thread issue. Nothing is declared as static in the objects that I save in the sesion (except constants of course...)