metro-jax-ws
metro-jax-ws copied to clipboard
Support session management via url rewriting mechanism
Nowadays JAX-WS solution offers session aware services only via cookie which is not customizable.
This causes problems when having several different services on the same server (host) since cookies are sent to the server based on the host value.. unless the cookies are set with path and then, cookies can be sent based on cookie path...
however, another session management mechanism is operated via url rewriting mechanism which I don't see how I can use with JAX-WS...
therefore, at the current state, JAX-WS gives only a partial solution with session management when having different services (with different sessions) on the same server host.
Source: https://github.com/javaee/metro-jax-ws/issues/1085 Author: glassfishrobot