Tomcat is creating new sessions with Chrome and not with Firefox

I’m testing my web, made with java ee, and I can see a curious behaviour when I’m monitoring the sessions list from Tomcat manager:

  • If I refresh the page (pressing F5) using Firefox, everything goes ok: no new session is created
  • If I refresh the page (pressing F5) using Chrome, a new session is created. And this happens everytime I refresh the page (3 hits to F5 = 3 new sessions).

Edit: the same happens using F5 or Shit+F5

What’s happening? Am I doing something wrong?

Thanks.

Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.