Cookies are not sent over

Source: Internet
Author: User
I set a cookie for one months, but close the browser
When you reopen the page, look at the header
The cookie is not sent over, why is it?



Reply to discussion (solution)

You didn't check to see if the cookie was in effect.

You didn't check to see if the cookie was in effect.


What does a cookie mean, and how is it checked?
If I save a cookie for this website locally, do I automatically submit a cookie when I reopen it?

When you reopen the site, only the cookie with the expiration date will be submitted
So you can see the cookie file named after the site URL in your machine.

I can't find the location of the chrome cookie, and I suspect that the chrome save cookie is not named after the URL.
But from the first picture, you should be able to determine
I have set a cookie on the 127.0.0.10 website and have a expiration date?

In addition, other browsers are the same, but the response header indicates that a cookie has been set

Then you have to check with PHP is:
Print_r ($_cookie);

Okay, I was wrong.
is a problem with the program, on the other pages, and deleted the cookie

  • 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.