How to persist sessions with jetty 10 and jetty-maven-plugin?
First my use case: I use the jetty-maven-plugin to test my developed stuff locally and everytime I restart jetty the sessions are gone and I have to login again. To speedup development a bit, it would be great to persist the session and keep me logged in.