diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2018-10-15 10:28:23 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2018-10-15 10:28:23 (GMT) |
commit | f59c9faee29435ebeef786b6662a092e18ec0b18 (patch) | |
tree | 18480964fbd37db64c493ecb32c7eb2c6a8faf80 /doc/http.n | |
parent | 94c0eede77a9bc36e35be21b052a319c0e451047 (diff) | |
download | tcl-f59c9faee29435ebeef786b6662a092e18ec0b18.zip tcl-f59c9faee29435ebeef786b6662a092e18ec0b18.tar.gz tcl-f59c9faee29435ebeef786b6662a092e18ec0b18.tar.bz2 |
Make it easier to extend cookiejar for policy reasons
Diffstat (limited to 'doc/http.n')
-rw-r--r-- | doc/http.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -818,9 +818,9 @@ with different names in any request. \fIcookieJar \fBstoreCookie \fIcookieDictionary\fR . This command asks the cookie jar to store a particular cookie that was -returned by a request. The cookie (which will have been parsed by the http -package) is described by a dictionary, \fIcookieDictionary\fR, that may have -the following keys: +returned by a request; the result of this command is ignored. The cookie +(which will have been parsed by the http package) is described by a +dictionary, \fIcookieDictionary\fR, that may have the following keys: .RS .TP \fBdomain\fR |