*** What is This ? [#od5688b5]
This package attempts to treat cookies in Tcl HTTP client.
This module is implementation of the Netscape cookies.
Currently it supports Netscape specification only.
I inspired Perl's HTTP::Cookies and Python's cookielib.
But this module is simpler and easier than those.

*** Example [#n2290ed9]
 package require http
 package require cookiejar
 set tok [http::geturl http://www.hogehoge.com]

That's all. Cookies were stored and send automatically by cookiejar.
The activity of cookiejar is hidden from user's eyes.
So you don't need to confirm exchanges of cookies. But if you want to
see it, make info option true.
 cookiejar::configure -info 1
Then you can see cookie exchanges on tclsh shell.
~
There are some more commands. download it and see manual.

*** Download [#zbcc1c60]
http://reddog.s35.xrea.com/software/cookiejar-0.2.zip
http://reddog.s35.xrea.com/software/cookiejar-0.2.tar.gz

*** Link [#kd9f066e]
-http://wiki.tcl.tk/cookies
-http://wp.netscape.com/newsref/std/cookie_spec.html

----
[[CategoryTclTk]] [[CategoryEnglish]]

HTML convert time: 0.001 sec.