v1.2.2 -> introduces a failure case (WP_CACHE==true)
-
v1.2.2 -> introduces a failure case (WP_CACHE==true)
In a staging environment, I am testing both cookie_notice and category_country_aware
WP_CACHE true, using varnish like facility,
but not using WordPress plugin type cache (comet, supercache, etc.)
Cloudflare enabled, cloudflare geolocation enabled
Cookie_notice enable, cookie_reloaded flag = true
***the cn_reloaded=1 flag is used for improved accuracy of Google Analytics for EU/EEA case of initial request not handled***v1.2.1, functionality OK:
Within USA, using a Chrome / and/or Safari
always cleared cache/cookies, (incl iOS and Android):
– no cookie notice -> OK
– Google Analytics records the request -> OK
– org. URL is retained, no cn_reloaded=1 ->Using a VPN (connected to EU/EEA country), cleared cache/cookies, Chrome and/or Safari browser
– cookie notice appears -> OK
– upon acceptance (or scroll), notice disappears, URL is rewritten w/ cn_reloaded=1
– ***this permits Google Analytics to record the initial request (in effect)
– subsequent requests do not have cn_reloaded URL param (Google Analytics OK)v1.2.2, functionality not OK:
Within USA, using a Chrome / and/or Safari (incl iOS and Android):
always cleared cache/cookies, (incl iOS and Android):
– no cookie notice -> OK
– Google Analytics records the request
– URL is rewritten w/ cn_reloaded=1
– Google Analytics records the subsequent requestUsing a VPN (connected to EU/EEA country), cleared cache/cookies, Chrome and/or Safari browser
always cleared cache/cookies, (incl iOS and Android):
– cookie notice appears -> OK
– upon acceptance (or scroll), notice disappears, URL is rewritten w/ cn_reloaded=1
– ***this permits Google Analytics to record the initial request (in effect)
- The topic ‘v1.2.2 -> introduces a failure case (WP_CACHE==true)’ is closed to new replies.