Hi,
I recently updated from Jetty 8.1.x to 9.4.7. I am looking for the replacement how to set the server to accept httponly cookies. This is what I did before: sessionHandler.getSessionManager().getSessionCookieConfig().setHttpOnly( true ); In the version 9.4.7 the SessionHandler has no getSessionManager(). How can I set httponly in jetty 9.4.x? Thanks, Olaf.
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
