I\'m working on a project with the following technologies:
While I\'m de
Jetty WebappContext:
Set trackingModes = new HashSet<>(); trackingModes.add(SessionTrackingMode.COOKIE); context.getSessionHandler().getSessionManager().setSessionTrackingModes(trackingModes);