Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Session Resumption at client side

Hi,

On Mon, Oct 9, 2017 at 2:03 PM, Rhofman478 <rhofman478@xxxxxxxxxxxxxx> 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.


Back to the top