Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Dynamic session cookie name

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




--

Back to the top