Why query ?v=hash at the end of url
- jetpack
- sumome
- wp-piwik
- wp super cache
- woocommerce
I have encountered this sort of problem before. It is caused by woocommerce, particularly the setting "geolocalize users with cache support" which adds this parameter to every single url and link. As you may have noticed, the hash appended would be the same in every browser and url on your computer.
Hence, it was not a "session" hash, but an IP address hash.
To clear this simply log in to your admin dashboard, and under "woocommerce->Settings->General->Default Customer Location", pick the third option, which is IP without cache.That is 'Geolocalize'.
That solves the problem.
Please login or Register to submit your answer