Why "Save Cookies" in cURL Request Class? |
Hi all,
In my project I will need cURL and I don't like Guzzle at all, before I wrote my own cURL Class, I read the user guide to know if the class could do all that I want.... So, I read the topic Cookie ( https://codeigniter.com/user_guide/libra...tml#cookie ) I could not find the option for curl share session ( https://www.php.net/manual/en/function.c...e-init.php ) and ( https://curl.se/libcurl/c/curl_share_init.html ) Dont need to "save cookie" and "read cookie" after and before each request. Could it be part of Codeigniter cURL Class? Thank you.
This may help you.
CodeIgniter 4 User Guide - cURL class - cookie What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
from https://www.php.net/manual/en/function.c...e-init.php
Codeigniter could have this option? PHP Code: <?php |
Welcome Guest, Not a member yet? Register Sign In |