• Resolved davethedon

    (@davethedon)


    Hi,

    Would it be prudent to set a path for the cookie gtag_logged_in in the file?:
    /classes/pixels/google/class-google-pixel-manager.php

    I can see multiple cookies being set for various paths as a result of the line:
    setcookie( ‘gtag_logged_in’, ‘true’ );

    So would changing it to the following be recommended:
    setcookie( ‘gtag_logged_in’, ‘true’, ‘/’ );

    Best,
    Dave

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author alekv

    (@alekv)

    Hi Dave

    Thanks for the suggestion! This code has been refactored already in the upcoming version 1.15.0.

    Kind regards
    Aleksandar

    Thread Starter davethedon

    (@davethedon)

    Hi Aleksandar,

    That’s perfect – thank you. In the meantime, I’ve added the argument in our 1.14.3. Will there be any further releases in the 1.14.x cycle prior to 1.15.x?

    Best,
    Dave

    Plugin Author alekv

    (@alekv)

    No. 1.15.0 is the next one. Expected rollout is next Tuesday.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘gtag_logged_in Cookie’ is closed to new replies.