Add config option to use persistent session with Jetty
Description
I would like to be able to restart OpenNMS without logging everyone (well, me) out. That way for the rare times that a restart is required I can do so without anyone noticing.
Therefore we need to add support to configure the built-in Jetty instance to persist the sessions to disk and load on startup. Initial research indicates this is as simple as using the HashSessionManager and specifying a directory for the session data.
I would like to be able to restart OpenNMS without logging everyone (well, me) out. That way for the rare times that a restart is required I can do so without anyone noticing.
Therefore we need to add support to configure the built-in Jetty instance to persist the sessions to disk and load on startup. Initial research indicates this is as simple as using the HashSessionManager and specifying a directory for the session data.