Hi, On Mon, Oct 9, 2017 at 2:03 PM, Rhofman478 <[email protected]> wrote: > Hi, > what steps are neccessary to enable client side session resumption with > Jetty 9.2.22?
It's typically already enabled. The support for session resumption based on session ids is in the JDK. Provided you connect to the same host:port, it is used by default. -- Simone Bordet ---- http://cometd.org http://webtide.com Developer advice, training, services and support from the Jetty & CometD experts. _______________________________________________ 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
