session.disable-database

Background

When set to true, the search frontend will not perform any read or write operations against the session database. This can be used to reduce memory consumption when session data growth is causing problems on the server.

Setting the key

Set this configuration key in the server configuration.

Use the configuration key editor to add or edit the session.disable-database key, and set the value. This can be set to any valid Boolean value.

Default value

session.disable-database=false

Examples

session.disable-database=true