easy:SetOpt_SSL_SessionID_Cache -- enable/disable use of the SSL session-ID cache
Synopsis
easy:SetOpt_SSL_SessionID_Cache(enabled)
Function
Pass a value get to 0 to disable libcurl's use of SSL session-ID caching. Set
this to 1 to enable it. By default all transfers are done using the cache
enabled. While nothing ever should get hurt by attempting to reuse SSL
session-IDs, there seem to be or have been broken SSL implementations in the
wild that may require you to disable this in order for you to succeed.