Update networking layer w/ CURL and emscripten impl

This commit is contained in:
2025-11-08 01:50:36 +11:00
parent a17925904d
commit f6874dc55a
4105 changed files with 694617 additions and 179 deletions
@@ -0,0 +1,25 @@
---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: junk-session-cookies
Short: j
Help: Ignore session cookies read from file
Protocols: HTTP
Category: http
Added: 7.9.7
Multi: boolean
See-also:
- cookie
- cookie-jar
Example:
- --junk-session-cookies -b cookies.txt $URL
---
# `--junk-session-cookies`
When curl is told to read cookies from a given file, this option makes it
discard all session cookies. This has the same effect as if a new session is
started. Typical browsers discard session cookies when they are closed down.
Session cookies are cookies without a set expiry time. They are meant to only
last for "a session".