[Pro] Cookies

Hi, maybe this is a stupid question, but am I right, that FW output does not contain any cookie-files/apps?

It is not yet necessary here in Germany to us a cookie-policy on websites (except when one use/connect google products of course), but I just like to be sure for my clients with “ordinary” websites.

Thanks a lot,
Hanna


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Hi Hanna,

it’s not a stupid question, it’s actually a pretty tricky thing to deal with, considering potential legal consequences.

Cookies can be set from the server and through javascript. The server side cookie setting is generally done by a PHP script (or other server side programming), though PHP scripts don’t always have a reason to set a cookie. On an apache server the .htaccess can also be used to set a cookie.

There isn’t a quick rule to decide if a static site sets cookies or not without looking at the code. The quickest way that comes to mind is to remove the website data from your browser, click through the site, and then check if you have any cookies set.

Clearly third party services, particularly free ones, live off of user tracking. Facebook, twitter, google (including maps/youtube/etc) give you embeddable content precisely so that they can track their users on your site. This requires a cookie banner that also blocks the embedded stuff until the user has accepted the cookie policy. If you use a browser plugin like Ghostery you will be notified of any of these tracking things in your sites, though again it’s not a replacement for thoroughly checking the source.

We researched Google Analytics tracking when adding the privacy banner feature to Sparkle, and it turns out that if you set Google Analytics to anonymize visitor IP addresses, something you are required to do in Germany, it is not considered a tracking cookie and while you still need the option to disable cookies entirely you aren’t required to use a banner.

(I am not a lawyer, by the way, if you are concerned about compliance you should talk to one)

Duncan
http://sparke.cx


freewaytalk mailing list
email@hidden
Update your subscriptions at:

am I right, that FW output does not contain any cookie-files/apps?

Standard FW code output does not include any Cookies however if you are using any 3rd party code like tracking stuff - then there may be cookies set.

If you haven’t added it then FW certainly hasn’t.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Thanks David, that is what I thought. :slight_smile:

Thanks Duncan too, in Germany you have to use a Cookie notice, when you use Google products: AdSense, Doubleclick, Google Analytics with Advertising-Features.
This is a rule from google though, not german law.

But I understand now: When I use the Google maps action, the website uses Cookies.

am I right, that FW output does not contain any cookie-files/apps?

Standard FW code output does not include any Cookies however if you are using any 3rd party code like tracking stuff - then there may be cookies set.

If you haven’t added it then FW certainly hasn’t.

David

………………

Clearly third party services, particularly free ones, live off of user tracking. Facebook, twitter, google (including maps/youtube/etc) give you embeddable content precisely so that they can track their users on your site.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options