I\'d like to add cookie support to a ruby class utilizing net/http to browse the web. Cookies have to be stored in a file to survive after the script has ended. Of course I
You can send receive cookies using headers.
You can store the header in any persistence framework. Whether it is some sort of database, or files.