junk-session-cookies.d 465 B

12345678910111213
  1. Long: junk-session-cookies
  2. Short: j
  3. Help: Ignore session cookies read from file
  4. Protocols: HTTP
  5. See-also: cookie cookie-jar
  6. Category: http
  7. Example: --junk-session-cookies -b cookies.txt $URL
  8. Added: 7.9.7
  9. ---
  10. When curl is told to read cookies from a given file, this option will make it
  11. discard all "session cookies". This will basically have the same effect as if
  12. a new session is started. Typical browsers always discard session cookies when
  13. they are closed down.