Hi there, as you've seen from previous posts the EU are bringing out some pretty stringent rules about the use of cookies on websites, and I've been asked to audit the cookies on our sites.
There are a number of cookies not listed on previous posts. Just wondered if you can tell me what they are please?
user_segment
atgotcode
uss
ssc
uvc
Also I understand there is an option to disable cookies. Are there any implications in doing that? Does it have any knock on effects?
Thanks.
loc - This is our geolocation cookie, so our publishers know approximately where people sharing information are located. (State level)
Coyote-2-a0f0083 - This is our load balancer cookie
bt - A behavior targeting cookie
ana_svc - a real-time service cookie
phpbb3_* and style_cookie - These are set by our support forum software
__utm* - Google analytics tracking
uid/uit - User id and login time tracking
psc - View counter cookie
di/dt - Date tracking cookies for determining expiration of other cookies
ssh/sshs - Service share history, used for configuring our preferred services.
You can disable cookies by using this code:
<script type="text/javascript">
var addthis_config = { data_use_cookies:false }
</script>
Let me know if you need any more help.