Summary
http-client cookiejar
Metadata
- Id: e3fca5d167defb2208cea7f76e50b393e23ae808
- Trac id: 87
- Type: defect
- Reporter: tonysidaway
- Owner: sjamaan
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.1.x
- Changetime: 2009-12-31 19:19:04 UTC
- Created: 2009-10-23 02:36:54 UTC
- Keywords: http-client cookies
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)
Changes and comments
[2009-12-31 16:50:22 UTC] sjamaan changed status from new to accepted
[2009-12-31 16:50:22 UTC] sjamaan set owner to sjamaan
[2009-12-31 16:50:22 UTC] sjamaan wrote:
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?
[2009-12-31 18:58:52 UTC] tonysidaway wrote:
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!
[2009-12-31 19:19:04 UTC] sjamaan changed status from accepted to closed
[2009-12-31 19:19:04 UTC] sjamaan set resolution to fixed
[2009-12-31 19:19:04 UTC] sjamaan wrote:
Cool!
Happy new year to you too!