CURLOPT_RTSP_SESSION_ID.md: clarify reuse "dangers"

When re-using easy handles the session id stays, unless you do something
about it.

Closes #21358
This commit is contained in:
Daniel Stenberg 2026-04-17 17:33:51 +02:00
parent a06fd64974
commit 97cf21acd2
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -39,6 +39,9 @@ option.
Using this option multiple times makes the last set string override the
previous ones. Set it to NULL to disable its use again.
**WARNING:** when changing the URL's origin in a reused easy handle, you might
want to set or clear the Session ID to avoid reuse across different hosts.
# DEFAULT
NULL