On 26/02/2021 15:30, Peter Ondruška wrote:
https://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html#getSession()getSession() Returns the current session associated with this request, or if the request does not have a session, creates one. I think you wanted to use getSession(false).
Sorry for the late response -- just found this buried in my inbox. Yes, you're quite right, that fixed it. Many thanks.
-- John English _______________________________________________ jetty-users mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
