Slashdot Log In
Sweden Crunches Cookies
Posted by
michael
on Fri Jul 25, 2003 07:42 AM
from the chocolate-chip dept.
from the chocolate-chip dept.
dillkvast writes "According to this article (swedish) at ComputerSweden swedish websites must now have the user's consent to use cookies. The law also states that the user is to be informed of what the information stored in the cookie is, and its intended use. This leaves swedish website with two options: No cookies at all, or a special page where the user is informed of the cookie use and can choose to either accept or reject the cookies. This represents a huge problem for swedish sites which use .asp and .php session variables, the article states, which will have to rewrite their sites to present the user with a chance to confirm that cookie use is ok. The law comes into force today."
This discussion has been archived.
No new comments can be posted.
Sweden Crunches Cookies
|
Log In/Create an Account
| Top
| 401 comments
(Spill at 50!) | Index Only
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1)
|
2
(1)
|
2
mostly not a problem: (Score:5, Interesting)
Most forum software has the option to use/not use cookies (and as such sessions are passed through urls) so that shouldn't be a problem either for non-lazy coders.
Actually, scratch that, most websites will just ignore the law and get on with life.
Bigger security risk (Score:5, Insightful)
(http://www.matchorclash.com/)
Re:Bigger security risk (Score:5, Insightful)
(http://www.savoy.f9.co.uk/ | Last Journal: Thursday August 26 2004, @05:26AM)
Wouldn't this present a problem where the user is behind a proxy ?
Re:Bigger security risk (Score:5, Informative)
(http://www.isolani.co.uk/blog/)
Re:mostly not a problem: (Score:4, Informative)
(http://reikan.net/fiz/)
In PHP, URL-rewrite slows things down and bloats your script. It also makes your URLs look ugly: sometimes you may want them to stick in the user's mind.
While for a forum this may be OK, for a fairly big user-centric website it is simply ridiculous to have to do away with cookies--they are a convenient way to deal with things "behind the curtain"; they also have the added security of not being immediatly visible to the user (he has to want to see them, by looking at his filesystem or other.)
Privacy -wise, all decent modern browsers have some form of modern cookie filtering--the user can choose to block, etc.
The only solution I see is, as suggested below, have a front page which tells the user and gives him the choice to leave.
All in all, I find this law a little silly, although of course I understand the privacy concern.
Re:mostly not a problem: (Score:4, Insightful)
(Last Journal: Friday August 17, @05:34AM)
Cookies are often over used anyway. Check youre own cookie cache and check the number that are used to track you vs the number for youre convenience. (like slashdot remembering youre login). For me at least the first category by far outweighs the latter.
Re:mostly not a problem: (Score:4, Interesting)
When you have user log-in to a particular part of the site, you need to store username, password information, and some other session variables in a cookie, so that on subpages within the part that needs to be logged into can check to see is the user is properly logged in. I like to check to see if the user is the actual user I think they are.
I guess you've never used php before.
Especically a for site you need to log into.
Hope this law never passes in the US, if you dont want cookies from a site, don't go there.
Does this low allow you to deny service to a user who doesn't accept the use of cookies?
Re:mostly not a problem: (Score:4, Informative)
(Last Journal: Monday December 08 2003, @09:32PM)
do you want to remember my password (uses cookies) (x) yes ( )no
Hardly... Have you *ever* tried to disable cookies altogether? It is difficult to get things done. Most websites will simply refuse navigation without cookies. Microsoft's idea of a "session cookie" that disappears after you leave the site was a good idea but their implentation does not work (it is the same as turning cookies off).
While this isn't a problem for advanced users, I do build and deploy a number of PCs for friends and family. IE is a requirement because many sites are not up to speed on Mozilla yet.
Argh...
Re:mostly not a problem: (Score:4, Interesting)
(http://perlmonks.org/?node_id=17227 | Last Journal: Saturday June 04 2005, @10:55AM)
Seems a bit harsh (Score:5, Informative)
(http://www.davidglover.org/)
It annoys me when legal types with an insufficient grasp of technology create laws without realising the consequences. Laws should have to pass through some kind of expert panel first.
Re:Seems a bit harsh (Score:5, Informative)
(http://www.pvponline.com/)
If you're using ASP scripts, put in at the top of your page. That will disable the default session cookies.
Re:Seems a bit harsh (Score:4, Insightful)
The new Swedish law does not mention cookies as such. The new law is, simply said, a response to the new technologies for collecting/storing/tracking information about private citizens, and the abuse these technologies may be used for. It attempts to give the private citizen some control of what type of information is collected, and what may be done with that information.
In general, it appears the privacy/integrity is more respected/protected in Europe than in USA. While US funds the Total Information Awareness Agency, the German State funds Anonymity is not a crime [tu-dresden.de]
Re:Seems a bit harsh (Score:4, Insightful)
That is because we have not had our Police State experience yet. After the Untied Police States of America comes into being, and then eventually is overthrown, we will value things like anonymity. If we never have this experience, then we might instead just continue to have a gradual erosion of many rights. Of course, I suppose that eventually this would have to lead to the Unites Police States. The pendulum will probably have to swing fully one direction and then back.
Re:Seems a bit harsh (Score:4, Informative)
(http://www.modarchive.com/ | Last Journal: Saturday July 20 2002, @06:14PM)
Alot of people here in Sweden are starting to call for dropping the neutrality clause since it was never actually followed anyway.
And as far as police states are concerned, we've had our touch of recording of "dangerous" people (like communists) by police.
PTS has a compliant website running IIS (Score:4, Informative)
(http://boxed.killingar.net/)
Btw, I might add that I know one of the major lawyers responsible for this law.
Clicking on the link... (Score:4, Funny)
Christ, what next (Score:5, Interesting)
-josh
Re:Christ, what next (Score:4, Informative)
Re:What? (Score:5, Informative)
(http://ceejayoz.com/ | Last Journal: Monday June 05 2006, @06:14AM)
Uh, false?
You can accept, deny, or have IE prompt you for cookies. You can also diferentiate between third-party cookies and cookies from the originating site.
Not only that, but you can override the cookie handling for individual sites - just put your netbank on "Always Allow" and you're set.
People who haven't used IE for years shouldn't go talking about it's features or lack thereof.
Implied Consent (Score:5, Insightful)
Wake up folks, know how to operate your browser. You can work an answering machine, a VCR, and an automobile, why not a web browser?
Poor Swedish website designers (Score:3, Interesting)
(Last Journal: Monday October 20 2003, @01:27PM)
I don't really think this matters that much. Especially, if you use something like Mozilla that can selectively block cookies. I let in cookies only from my netbank and Slashdot. If some other site won't let me in without cookies, they won't get a hit from me then.
dumb but not a big deal (Score:5, Insightful)
(http://www.livejournal.com/users/truffle666)
There's no need to rewrite your site, just direct any visitor to this splash page. If they don't choose to use the cookies, they don't get to use your site.
Sounds a bit harsh, but speaking as a Web developer, if you're working with a non static site it's simply too much of a pain to produce a good site. It's not impossible, it's just a huge pain. Almost all users will accept the restriction of cookies.
A few years ago I wouldn't have said this, but browsers today who refuse to use cookies are just cutting themselves off from a large part of the Internet. Let them cut themselves off. When they're ready to join the rest of us, they're welcome to.
As for privacy concerns, Mozilla has a nice warn-me-before-storing-a-cookie mode. Here's a clue for the Swedes, it should be the browser manufacturers providing consumers with options to protect their privacy.
A special web page (Score:5, Funny)
(http://127.0.0.1/ | Last Journal: Wednesday December 15 2004, @06:58PM)
English version... (Score:5, Informative)
(Last Journal: Friday October 04 2002, @09:38AM)
Legislating around IETF standards (Score:5, Insightful)
What they're legislating here is that before a server transmits an HTTP response featuring a Set-Cookie header, they must send a prior (human readable) HTTP response to the client saying that they'll be sending a response with a Set-Cookie header along next if the client doesn't mind.
This is ridiculous - there's no law saying a client must obey set-cookie headers, there's no reason for Set-Cookie headers to have any more legal status than Cache-Control headers. Set-Cookie is just a suggestion from the server to the user agent that it would help the server if the user agent remembered the attached cookie data, and sent it back in a cookie header with any subsequent requests.
Set-Cookie is a request, not an order. If the client chooses to accept the cookie, that's the client's business. If the client chooses to ignore the cookie, so be it.
Legislation doesn't belong in this field. The protocol provides for the situation where the client has privacy concerns about the server. legislating to effectively override IETF standards is a dangerous direction to go in.
A compromise solution (Score:4, Interesting)
You really don't --need--- cookies (Score:3, Interesting)
(http://www.mightyware.com/ | Last Journal: Thursday November 08, @10:18PM)
Re:Cookie blocking (Score:4, Informative)
(http://www.isolani.co.uk/blog/)
Internet Explorer 6 uses the Compact Privacy policy as specified in the W3C P3P spec [w3.org]. It uses this to determine whether a cookie is unsatsifactory [p3pwriter.com] (different rules based on whether it is a third party cookie or not). MSDN has documentation covering Internet Explorer's decision matrix [microsoft.com] (unfortunately framed).
EU law (Score:5, Informative)
(http://www.dabj.net/ | Last Journal: Wednesday January 21 2004, @02:01AM)
meanwhile... (Score:5, Insightful)
(http://vk6hgr.ampr.org/)
Cookies security problems? That's so 1996... Get with the real problems the Internet needs laws to prevent.
Only really applies to information gathering (Score:5, Informative)
That is certainly open to interpretation, but at the very least it means that sites that really need cookies can relax. Shopping online, logging in to a news site, or any form of web-based mail are all services the user explicitly asks for, after all.
However, silent information gathering becomes illegal. Is that a bad thing? Hell no.
Can someone translate this please (Score:5, Insightful)
(http://slashdot.org/)
Specifically:
Seems to me like there's a metric buttload of questions to be answered before we can have anything like a reasoned debate on this.
Wouldn't it be a wonderful world... (Score:5, Informative)
(http://slashdot.org/)
First, the law says that if you _requested_ the service, go ahead and use your cookies all you want. But only for the site you wanted to access.
This effectively stops banner-ad companies from tracking your movement between sites using persistent cookies, since you never _requested_ to look at their banners.
Second, it only outlaws _storing_ of the information, which in my mind comes to _persistent_ cookie, ergo PHP / ASP session-cookies should be allowed without problems.
I don't see any problem with this law, but I do see alot of good things coming from it. Less spying from evil banner-ad companies for one.
My 2 cents worth..
Utterly moronic (Score:5, Informative)
(http://hur.st/)
Compare this with storing the same data in the URL; instead of setting a SID=12345 cookie to track your session id, it gets tacked onto the end of every link, Referer header, etc; now you have no automated method to accept or reject the "cookie", nor much control over having it leaking into access logs all over the place by way of referer headers.
Congratulations, by not using cookies you just reduced the user's control over their own privacy! Well done!
Read the freaking law (Score:5, Informative)
(http://janneinosaka.blogspot.com/)
The law explicitly allows using cookies for session management, identity and presistance without consent by the surfer when it is needed for the functionality the surfer came to the site to use. Slashdot would be in the clear, no problem. So would shopping sites using cookies for keeping track of a shopping cart, for example. Most asp and php sites would have no problem either.
The law _only_ regulates cookies that are not relevant to the site functionality. Specifically, ad tracking stuff, web bugs and other stuff that track you independently of the site functionality can not store cookies without your informed consent. That's it.
Just ignore the hysterical rhethoric from IDG.
Translation of article (Score:3, Insightful)
(http://www.interlingua.com/)
- M.
This Is Idiocy (Score:4, Insightful)
So, if they really wanted to mix it up, they'd order the browsers to have them off by default (or ask the user on their first run) and make sure websites don't need them to function. But requiring them to get consent is silly. Cookies are an essential part of web design, misused, for sure, but I can misuse images or session headers or the REFERER field in HTTP/1.1 to track someone as well. Government should not be legislating technology, when possible, be it for corporate gain or perceived consumer safety.
P3P (Score:3, Informative)
I can see a lot of businesses moving their site 'off-country' or making them "international" if that doesn't cut it....