Silvio, it at least sounds plausible. Jetty's session managers are designed as pluggable so uses can do exactly this kind of strange thing. But failing that, you could use the rewrite handler and a custom rewrite rule to make incoming requests switch the session cookie to the one you want based on the URI and/or parameters, thus keeping the session manager the same.
Note that session manager APIs have changed significantly in 9.4.0 cheers -- Greg Wilkins <[email protected]> CTO http://webtide.com
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
