blob: 397a158697dc8769315843522daa0367eead991d [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: no-sessionid
2Help: Disable SSL session-ID reusing
3Protocols: TLS
4Added: 7.16.0
5---
6Disable curl's use of SSL session-ID caching. By default all transfers are
7done using the cache. Note that while nothing should ever get hurt by
8attempting to reuse SSL session-IDs, there seem to be broken SSL
9implementations in the wild that may require you to disable this in order for
10you to succeed.
11
12Note that this is the negated option name documented. You can thus use
13--sessionid to enforce session-ID caching.