Summary

http-client cookiejar

Metadata

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!