Curl's cookie file cannot be saved

Source: Internet
Author: User
$ Curlcurl_init (); {code...} $ curl = curl_init ();

$ Cookie_jar = dirname (_ FILE __). "/tmp/123.txt"; // tempnam -- create a file named curl_setopt ($ curl, CURLOPT_URL, 'XX') with a unique file name '); // write the login processing interface curl_setopt ($ curl, CURLOPT_POST, 1) Here; // post the submitted data curl_setopt ($ curl, CURLOPT_POSTFIELDS, $ params ); // pass the data curl_setopt ($ curl, CURLOPT_COOKIEJAR, $ cookie_jar); // Save the returned cookie information in the $ cookie_jar file curl_setopt ($ curl, CURLOPT_RETURNTRANSFER, 1 ); // Set whether the returned data will automatically display curl_setopt ($ curl, CURLOPT _ HEADER, false); // Sets whether to display the HEADER information curl_setopt ($ curl, CURLOPT_NOBODY, false); // Sets whether to output the page content $ return = curl_exec ($ curl ); // returned result curl_close ($ curl); // Close */Why is the cookie file empty?

Reply content:

$ Curl = curl_init ();

$ Cookie_jar = dirname (_ FILE __). "/tmp/123.txt"; // tempnam -- create a file named curl_setopt ($ curl, CURLOPT_URL, 'XX') with a unique file name '); // write the login processing interface curl_setopt ($ curl, CURLOPT_POST, 1) Here; // post the submitted data curl_setopt ($ curl, CURLOPT_POSTFIELDS, $ params ); // pass the data curl_setopt ($ curl, CURLOPT_COOKIEJAR, $ cookie_jar); // Save the returned cookie information in the $ cookie_jar file curl_setopt ($ curl, CURLOPT_RETURNTRANSFER, 1 ); // Set whether the returned data will automatically display curl_setopt ($ curl, CURLOPT _ HEADER, false); // Sets whether to display the HEADER information curl_setopt ($ curl, CURLOPT_NOBODY, false); // Sets whether to output the page content $ return = curl_exec ($ curl ); // returned result curl_close ($ curl); // Close */Why is the cookie file empty?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.