web.persistSession

estebanmga year ago

Im trying to find what this config key does

<entry key='web.persistSession'>true</entry>
Anton Tananaeva year ago
estebanmga year ago

I found the following info on the config file page: "Enables persisting Jetty session to the database"

When you enable persisting Jetty sessions to the database, it means that the Jetty web server will store session data in a database instead of keeping it in memory.

Thanks for the fast answer, Anton.