Europe Cookie Laws
#1
Posted 09 March 2011 - 02:22 PM
full article here: http://www.bbc.co.uk/news/technology-12668552
#3
Posted 09 March 2011 - 03:18 PM
burt, on 09 March 2011 - 02:35 PM, said:
ive been thinking about a less painless way since hearing about it last night.
removing the need for cookies completely and using sessions instead is one option
the other (for people who need to use cookies) will need to ask the European users permission when first accessing the website. rough example:
this website requires the use of cookies but due to new European law we must ask for your permission to store cookies on your computer. do you wish to enable cookies. selecting no will prevent you from using the site properly and may effect your shopping etc etc. (yes / no button here)
obviously there would need to be a rewrite of the cookie functions to accommodate this permission request but i havnt got that far yet
Edited by andy_1984, 09 March 2011 - 03:19 PM.
#4
Posted 09 March 2011 - 05:07 PM
8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.
Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.
Any issues with oscommerce, I am here to help you.
#5
Posted 26 May 2011 - 11:29 AM
According to the EU we have only 3 weeks to deal with this! Here in the UK it seems that we might have a 12 month grace period due to the fact that the responsible minister appreciates that we need time to come up with solutions.
I have v2.2 RC2a sites so a suitable solution would be appreciated
Paul.
#6
Posted 26 May 2011 - 11:35 AM
http://www.ico.gov.uk/for_organisations/privacy_and_electronic_communications/cookie_rules_prepare.aspx (PDF file)
#7
Posted 26 May 2011 - 06:16 PM
burt, on 26 May 2011 - 11:35 AM, said:
http://www.ico.gov.u...es_prepare.aspx (PDF file)
Thank you for the quick response.
I have d/l and read the PDF. As a 'layman' most of it is gobledygook to me. I have absolutely no idea what cookies osC uses and, if it does, whether or not they fall foul of this nonsense.
I suspect I am not alone in that I managed to sort out a domain and hosting, spent months 'tweaking' osC with add-ons but only because of the instructions that came with them and the help of this forum. 'Coding PHP/HTML' is a foreign art that I do not have. Consequently, adding add-ons is a challenge. As far as understanding cookies - ????.
If it is not too much to ask, could someone help me, and others like me, by suggesting what we need to do to comply with this nonsense?
#9
Posted 27 May 2011 - 01:10 AM
Check out my profile [click here] for information on professional services, custom coding, templates, SEO optimization, modifications, commercial support and help.
#10
Posted 27 May 2011 - 07:55 AM
toyicebear, on 27 May 2011 - 01:10 AM, said:
burt said:
So a simple statement in Privacy stating that "no 3rd party cookies are used and any cookies created are for the sole purpose of, and essential to, the function of the site" should suffice?
If that is the case then I am even more impressed by osC
#11
Posted 28 May 2011 - 02:40 PM
Quote
By enabling cookie support on your browser, the communication between you and this site is strengthened to be certain it is you who are making transactions on your own behalf, and to prevent leakage of your privacy information."
osC cookies are not the tracking cookies that the EU are getting concerned about
Working with osCommerce 2.3.1
Add-Ons so far Installed:
Add date and order number to invoice and packing slip,
Products Cycle Slideshow,
Detailed Monthly Sales,
Holiday Settings,
Tracking Module for 2.3
#12
Posted 08 June 2011 - 08:41 AM
If that is the case, it looks as if nothing need to be done. I am not too hot on programming, so dont fully understand what oscommerce does with cookies.
I am not a coder, so dont bother sending PMs asking for help as you wont get any.
OSC has a steep learning curve, but in general the program does work. If it doesnt work, the chances are it is something you have done.
#13
Posted 08 June 2011 - 10:34 AM
14steve14, on 08 June 2011 - 08:41 AM, said:
If that is the case, it looks as if nothing need to be done. I am not too hot on programming, so dont fully understand what oscommerce does with cookies.
We are in the same boat. I also read the document but had trouble making sense of it. From all the comments above I ended up adding the following paragraph to the Privacy page.
On 26 May 2011, the rules about cookies on websites changed. This site uses cookies. One of the cookies we use is essential for parts of the site to operate and has already been set. You may delete and block all cookies from this site, but parts of the site will not work. We do not use 3rd party tracking cookies. For further information look at [url="http://www.allaboutcookies.org/"]allaboutcookies.org[/url]
Edited by GwilliamP, 08 June 2011 - 10:36 AM.
#14
Posted 15 September 2011 - 11:45 AM
Edited by NielsVanDelt, 15 September 2011 - 11:48 AM.
#15
Posted 13 November 2011 - 09:59 AM
I am not a coder, so dont bother sending PMs asking for help as you wont get any.
OSC has a steep learning curve, but in general the program does work. If it doesnt work, the chances are it is something you have done.
#16
Posted 12 December 2011 - 07:47 AM
However
The session is only needed to store your cart, a non-default language, a non-default currency, so if a customer is just looking around, comparing prices, seeing what you've got to sell, there's really no need to have that information stored so a session doesn't need to be started. Also, that tends to be what web robots and spiders do - they don't need sessions.
The trick then becomes, can we start the session when a "Buy Now" button is pressed.
The other aspect is Google Analytics. That surely is not necessary to the customer experience but very useful for store owners.
The final piece is $_SERVER variable called $_SERVER['HTTP_DNT'] which is set to 1 in Firefox if the customer has configured "Tell websites I do not want to be tracked". Other browsers don't support it yet, but surely it's only a matter of time.
Graith
#17
Posted 19 December 2011 - 05:41 PM
An aside: I wonder how the Dutch feel about limiting cookies? After all, the word descends from a Dutch term for "little cakes" and spread from New Amsterdam (now New York) into American English. I understand that the British still call them "biscuits".
#18
Posted 23 January 2012 - 02:50 PM
#19
Posted 19 May 2012 - 09:51 AM
On the bright side, in the UK even the Information Commissioner's Office Website does not technically comply with the cookie law, but you have to wonder how likely it is that having cookies (even google analytics cookies) would result in legal action.
Personally, i believe it is arguable that even the Google Analytics cookies are essential to the operation of your website, in order to make it function better for the visitors to it.
This is of course merely my personal opinion and not legal advice, but for comparison, has any website owner ever been prosecuted under the disability discrimination act?
#20
Posted 20 May 2012 - 04:02 PM
- Make sure you don't install any add-ons (e.g., Google Analytics) which do add what could reasonably be called tracking cookies.
- If you really want to add tracking cookies (where they're legal), look into disabling that feature for EU users (both IP address geo-location and registered user's countries).
- Add some highlighted text to the Terms of Service notifying users that you do use session-maintenance cookies, that are deleted when the browser closes (check if that's true...).









