A DESCRIPTION OF THE REQUEST :
Currently SSL session resumption is opened by default. No way to disable it for whole application. Only can specify the cache size and cache timeout, but set 0 to cache size or cache time means no limit.
JUSTIFICATION :
When using a library like MySQL connector JDBC, and your server is under load balance, then use SSL session resumption will cause some connections failed. Need provide a way to disable the SSL session resumption.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
When specify the cache timeout to -1, then the cache is disabled.
ACTUAL -
Can not disable SSL session cache.