web.persistSession

estebanmg3 years ago

Im trying to find what this config key does

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