Anatomy of Google analytics cookies
devblog.eduhub.nl
Anatomy of Google analytics cookies
1–7 of 7 posts
Re: Anatomy of Google analytics cookies
#2Re: Anatomy of Google analytics cookies
#3Re: Anatomy of Google analytics cookies
#4Just wondering: Why doesn't a webserver encrypt the cookie value with a server-side key? This way, the information in the cookie (timestamps, pageviews, number of sessions etc.) can be safe from wireshark sniffers.
Re: Anatomy of Google analytics cookies
#5Re: Anatomy of Google analytics cookies
#6Just wondering: Why doesn't a webserver encrypt the cookie value with a server-side key? This way, the information in the cookie (timestamps, pageviews, number of sessions etc.) can be safe from wireshark sniffers.
That would have to be done on Google's end, that is not something webmasters using Google Analytics are able to do by themselves.
Re: Anatomy of Google analytics cookies
#7Earlier quoted context omitted.
That would have to be done on Google's end, that is not something webmasters using Google Analytics are able to do by themselves.
Yep. I'm wondering why Google, in this case, wouldn't encrypt the value stored in its cookie. Is there any technical reason other than laziness?