Is there a PHP library that can keep the cookie jar in memory instead of on disk? The curl library seems to only be able to keep the cookie jar on disk.
The library should be able to handle HTTP cookies, redirects and SSL. Do not suggest therefore to use fsockopen().
Is there a PHP equivalent of Perl's WWW::Mechanize? lists a few alternatives (Snoopy and ScriptableBrowser). Maybe PEARs HTTP_Request2 would also do, albeit I didn’t see a CookieJar adapter at first.
ZendFrameworks is supposed to have one. As does phpQuery by using it. http://code.google.com/p/phpquery/wiki/WebBrowser