web.persistSession

estebanmg2 years ago

Im trying to find what this config key does

<entry key='web.persistSession'>true</entry>
Anton Tananaev2 years ago
estebanmg2 years 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.