ui.modern.session.timeout

Background

This setting controls the session timeout for the search session and history features.

The timeout is the time since the last visit of the search user to the Funnelback server. If the user returns to the Funnelback servers past the configured value, its session will be discarded and a new one will be created, generating a new user identifier.

The timeout is expressed in seconds.

Setting the key

Set this configuration key in the results page (preferred) or search package configuration.

Use the configuration key editor to add or edit the ui.modern.session.timeout key, and set the value. This can be set to any valid Integer value.

Default value

The default timeout is 1 year:

ui.modern.session.timeout=31536000

Examples

Expire sessions after 1 week (60s * 60m * 24h * 7d):

ui.modern.session.timeout=604800