gtag_logged_in Cookie
-
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.phpI 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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘gtag_logged_in Cookie’ is closed to new replies.