Stu Thompson created ZEPPELIN-4300:
--------------------------------------
Summary: expand configuration to allow for Jetty session cache
file configuration
Key: ZEPPELIN-4300
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4300
Project: Zeppelin
Issue Type: Improvement
Components: conf
Reporter: Stu Thompson
Currently the built in Jetty session state in memory (a ConcurrentHashmap).
When Zeppelin is restarted the existing client browser sessions are lost,
including the user's loggin state.
With a few simple changes to some java files (namely ZeppelinServer and
ZeppelinConfiguration), Jetty can be configured and started with session
persistence.
This arguably could be the default configuration, but probably shouldn't be.
(KISS.)
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)