If the Jetty Session Timeout isn’t helping then it might be something resetting the JSESSIONID cookie so a new session is generated per request. You might debug if the value is changing per request. Also, investigate your code to see if you even need JSP sessions. If you don’t, then disable it in ...