I understand that jetty 9.4 SessionHandler supports jsessionid either as matrix parameter in url or as a COOKIE.
Is it possible to support jsessionid in http request headers for example "Authorization" header ?
I could not find good documentation in jetty to override default behavior to handle session/jsessionid