File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / docs / cmdline-opts / no-sessionid.d
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:15 2020 UTC (4 years, 10 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>