I'm triying to make an automate login that performs a series of searches on a webpage, I'm using curl to do this, I log in, and then I have to load some pages, etc, I'm making it as a command line application and I don't know how to store the cookies retrieved on login from the page and use it along the script and because of that I can't load any ohter web that requires that cookies..
Any suggestions?
Thanks