users@jersey.java.net

[Jersey] How to use _at_PerSession without cookies

From: <reh_at_hebis.uni-frankfurt.de>
Date: Wed, 23 Feb 2011 15:15:28 +0000 (GMT)

If the client accepts cookies, @PerSession does its job well and jersey
creates one instance per session.
If the client, does not accept any cookies, jersey is loosing the
session and creates a new instance for each request.

Is it possible, to track the jsession as fallback in the URL?

I'm using the jersey-bundle-1.5 in a Tomcat 6 environment.

Uwe