On the meaning of the parameters of the Setcookie function

Source: Internet
Author: User
  1. Setcookie (' Cookie name ', ' cookie value ');

  2. Setcookie (' Cookie name ', ' cookie value ', ' Cookie life cycle '); The third parameter of the Setcookie function is how long the cookie is stored in the browser, which can be used to indicate how many seconds from now to be destroyed, and if the cookie is to be destroyed, the third parameter can be set to 0;

  3. Setcookie (' Cookie name ', ' cookie value ', ' Cookie life cycle ', ' cookie scope '); The meaning of the fourth parameter of the Setcookie function is to indicate which path range the cookie can be obtained, such as Setcookie (' key ', ' value ', Time () +10, '/') This cookie is set to be created at the root of the site, so it can be retrieved throughout the site;

  4. Setcookie (' Cookie name ', ' cookie value ', ' Cookie life cycle ', ' cookie scope ', ' Domain name '), here The fifth parameter is also a scope, such as can be set to ' baidu.com ' Indicates that the cookie can be obtained on all pages under the Baidu website;

On the meaning of the parameters of the Setcookie function

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.