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