aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar keis <keijser@gmail.com>2011-02-28 22:03:26 +0100
committerGravatar keis <keijser@gmail.com>2011-02-28 22:03:26 +0100
commite44414affde4e5497386ce398cc2c40356c4e466 (patch)
treee169cdbe8c22cffb8688fa273a76128a38101e50 /README
parent4bb757e944c074ab4969a859a67bc33b4b9698e0 (diff)
add clear_cookies command
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 3ac9a28..6709bf5 100644
--- a/README
+++ b/README
@@ -260,6 +260,8 @@ The following commands are recognized:
* 'delete_cookie <domain> <path> <name> <value> [<scheme> <expires>]`
- Deletes a matching cookie from the cookie jar. scheme and expire time
is currently not considered when matching.
+* 'clear_cookies`
+ - Clears all cookies from the cookie jar
### VARIABLES AND CONSTANTS