Configuring Jolt Session Pooling

Jolt session pooling is enabled by default. Jolt session pooling enables web server connections to be shared between user sessions, which reduces the usage of system resources, such as threads and file descriptors.

You control session pooling by modifying the joltPooling property in the configuration.properties file per site.

joltPooling=true

To enable Jolt session pooling, set the property value to true, and to disable Jolt session pooling set the property value to false.