Enable Symmetric Key Caching
To enable symmetric key caching, set the following properties:
Symmetric_Key_Cache_Enabled: Possible settings:
yes: for ssl connections.
tcp_ok: for tcp connections.
no: to disable the feature. This is the default value.
Example:
<Symmetric_Key_Cache_Enabled>yes</Symmetric_Key_Cache_Enabled>
OR
<Symmetric_Key_Cache_Enabled>tcp_ok</Symmetric_Key_Cache_Enabled>
Key_Cache_Expiry: Set the key cache expiry duration.
Example:
<Key_Cache_Expiry>43200</Key_Cache_Expiry>
Default value is 43200 seconds (12 hours).
For more details, refer to Symmetric Key Caching.