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()
.