I am sending a $.getJSON (HTTP GET) request twice (with different data), one after another (lets say we have request1 and request2). I can see in the developer tool
$.getJSON
I noticed that it happens when cookies are disabled in ...web.xml file:
...web.xml
/some-app Keep a copy of the generated servlet class' java code.
It should be to retain session ID from the same connection.