• Resolved HooThemes

    (@hoosoft)


    There is an utm cookie issue for cached page.

    step 1, view domain.com/?utm_source=111
    You set two cookies utm_source for domain.com and .domain.com (JavaScript & PHP)
    domain.com utm_source=111
    .domain.com utm_source=111

    step 2, change the utm_source value,for example domain.com/?utm_source=222
    You only update the cookie value for domain.com
    domain.com utm_source=222
    .domain.com utm_source=111

    The cookie of .domain.com will never change.

    So sometimes we cannot get the newest utm cookies.

    • This topic was modified 4 years, 7 months ago by HooThemes.
    • This topic was modified 4 years, 7 months ago by HooThemes.
Viewing 1 replies (of 1 total)
  • Plugin Author Haktan Suren

    (@haktansuren)

    it should change both of them. Do you have a working environment that you can show me this happening?

Viewing 1 replies (of 1 total)
  • The topic ‘cookie issue’ is closed to new replies.