Include caveat about session cookies

This commit is contained in:
talwrii 2017-12-09 01:30:21 +00:00 committed by GitHub
parent 136add7fb4
commit 6636513c48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,8 @@ curl -b /tmp/cookies http://www.google.com/
``` ```
# Caveats # Caveats
* **Does not work with session cookies**[(1)](https://support.mozilla.org/en-US/questions/899388
) (you may be able to work around this by setting "Remember me" for the website with which you are using your tool)
* Only tested on linux machines * Only tested on linux machines
* Unlikely to work with windows * Unlikely to work with windows
* Will probably work on macs but untested (feedback welcome) * Will probably work on macs but untested (feedback welcome)