blob: b3e51b216639c2964d76bc78b11ecf0517577e78 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: no-sessionid
4Help: Disable SSL session-ID reusing
5Protocols: TLS
6Added: 7.16.0
7Category: tls
8Example: --no-sessionid $URL
9See-also: insecure
10Multi: boolean
11---
12Disable curl's use of SSL session-ID caching. By default all transfers are
13done using the cache. Note that while nothing should ever get hurt by
14attempting to reuse SSL session-IDs, there seem to be broken SSL
15implementations in the wild that may require you to disable this in order for
16you to succeed.
17
18Note that this is the negated option name documented. You can thus use
19--sessionid to enforce session-ID caching.