I develop a website in Java und Tomcat 7.0.53, with Authentification from User. When authenticated, the user is saved in the HttpSession. Under firefox, everything works fine. But under Chrome, it seems that the session is reinitialized after a short while : I reload several times the same page, then it disconnects alone. I put a timeout of 36000-> about one hour, but no change. I installed Chrome and tested just after, so there is no problem of configuration.
Can everyone help? Thanks a lot
Niko