• I tried to find the list of cookies for my website in developer tools=>application=>cookies and i see a list like this:
    APISID
    HSID
    LOGIN_INFO
    NID
    SAPISID
    SID
    SIDCC
    SSID
    VISITOR_INFO1+LIVE
    YSC

    My client is asking which cookies we are using and i don’t know if i should show him this list or something else. Any help would be appreciated

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @bsh1! That’s a great place to start, but you may need to browse several pages on the site to get a (mostly) complete list from the developer console. Cookies can be set by a variety of things including plugins, which may not necessarily activate on the homepage.

    This article has a pretty good overview and includes links to some resources, and you can see the list of cookies that WordPress itself sets here in the codex.

    I hope this helps!

    Thread Starter bsh1

    (@bsh1)

    Thank you @neverbenn for your response. My client is asking me the names and types of cookies, their functionalities and their duration. Do you know how can i find this kind of information?

    I’m not entirely sure as this isn’t something I’ve encountered before, but have done a little more research and will do my best to provide some suggestions.

    If you have the Firefox browser, I’ve found that they do a pretty good job with displaying expiry dates in their developer tools “Storage” section rather than just a string of numbers. This will give you some idea how long the cookies persist for (best to clear cookies on a “blank” page before browsing so they can be set fresh). They still have generic names, though, so additional research is needed.

    If you use a site like Cookiepedia you can use the drop-down in the upper-right corner of the page, change it from “Website” to “Cookie” and then input the cookie name, it will give you more information about the cookie and what it does.

    Some of the cookies you list above appear to be tied to ordinary things like Google Analytics, and some like VISITOR_INFO1_LIVE and YSC are tied to specific applications like YouTube. SAPISID is used by the DoubleClick ad network.

    So, it does take some work but the data can be gathered. Thankfully you aren’t working with a very long list ??

    Best of luck! Let me know how it goes!

    If this solves your issue please be sure to mark it “resolved.”

    • This reply was modified 6 years, 1 month ago by Nichole Aber. Reason: Added link to Cookiepedia
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘which is the list of website cookies’ is closed to new replies.