users@jersey.java.net

[Jersey] Re: Providing a stateful JAX-RS service in a cluster

From: Uwe Reh <reh_at_hebis.uni-frankfurt.de>
Date: Fri, 25 Feb 2011 10:51:34 +0100

Hi Leo,

maybe @PerSeesion is be your friend.
This Annotation changes the lifecycle.

Unfortunately, @PerSession seems to track the session only in cookies.
See my question from the 23th.

@Singelton and a homebrew sessionmanagement seems be the ugly alternative.

Uwe