Basically what the name says. I know how to install it using web.xml, but I cannot find a way to set the session timeout when using Jetty as an embedded server in Spark Java . I am looking for a global setting, not request.session().maxInactiveInterval(int) , which sets it up per session.
source share