Is there a way to get "CURLOPT_COOKIEJAR" to write cookies to a variable in PHP ?

YaSSeR

New member
im writing a php script that deals with a lot of cookies and i don't want them to be saved in individual files, instead i want to use CURLOPT_COOKIEJAR to store them in a variable.
is it possible and how ?
 
Back
Top