From 6636513c484612f9c73e367ef29754125fcc1bdc Mon Sep 17 00:00:00 2001 From: talwrii Date: Sat, 9 Dec 2017 01:30:21 +0000 Subject: [PATCH] Include caveat about session cookies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ec7414..4c1fca2 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ curl -b /tmp/cookies http://www.google.com/ ``` # 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 * Unlikely to work with windows * Will probably work on macs but untested (feedback welcome)