Opened 15 years ago
Closed 15 years ago
#87 closed defect (fixed)
http-client cookiejar
Reported by: | Tony Sidaway | Owned by: | sjamaan |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | extensions | Version: | 4.1.x |
Keywords: | http-client cookies | Cc: | |
Estimated difficulty: |
Description
There is currently no way to obtain a list of cookies collected during a http-client session, and no way to restore the list of cookies from a previous session.
A simple pair of procedures is all that is needed to enable callers to have something to save and restore.
(get-cookiejar)
(set-cookiejar! X)
Change History (3)
comment:1 Changed 15 years ago by
Owner: | set to sjamaan |
---|---|
Status: | new → accepted |
comment:2 Changed 15 years ago by
Yes, this is sufficient as specified.
When I get the chance to test the code in use I'll file related tickets if there are any problems, so you can close this now.
Happy New Year!
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Cool!
Happy new year to you too!
Note: See
TracTickets for help on using
tickets.
I added a few procedures to the export list and documented them at http://chicken.wiki.br/eggref/4/http-client#cookie-management
Are those sufficient for your needs?