1. Citrix ADC 13.1 Product Documentation
"SSL profiles": In the section describing SSL profile parameters
it states for sessionReuse: "State of SSL session reuse. Reusing an existing SSL session is faster than negotiating a new one. Reusing the session saves CPU cycles and improves the server response time." This directly confirms the benefits mentioned in the question.
2. Citrix ADC 13.1 Product Documentation
"Configure SSL session time-out": This document explains the mechanism: "To avoid the overhead of a key exchange for every transaction
the SSL protocol supports session resumption... If the session has not timed out
the ADC and the client perform an abbreviated handshake. If the session has timed out
the client must perform a full handshake..." This clarifies that session reuse is the core feature providing the performance gain.
3. Citrix Tech Zone
"Citrix ADC - SSL Profiles": This reference architecture guide explains
"Session Reuse: Enabled by default. Allows for session resumption
which improves performance by reducing the number of SSL handshakes required." This reinforces that session reuse is the key performance-enhancing feature.