Feds Seek Input On Cookie Policy For Government Web Sites
suraj.sun sends along this quote from Information Week:
"The government wants to use cookies to offer more personalized web sites to citizens and better analytics to Webmasters. ... The federal government has drafted changes to its outdated restrictions on HTTP cookies, and wants the public's input. Under the plan, detailed in a blog post by federal CIO Vivek Kundra and... Michael Fitzpatrick, federal agencies would be able to use cookies as long as their use is lawful, citizens can opt out of being tracked, notice of the use of cookies is posted on the Web site, and Web sites don't limit access to information for those who opt out. ... The Office of Management and Budget is considering three separate tiers of cookie usage that will likely have different restrictions for each, based on privacy risks. The first tier of sites would use single-session technologies, the second multi-session technologies for use in analytics only, and the third for multi-session cookies that are used to remember data or settings 'beyond what is needed for web analytics.'"
Just don't use cookies. Or at the very least, allow people to opt *in* rather than out.
What a concept, right?
This is a sig. Deal with it.
I know I'll be modded down for this, but if government was stocked more with intelligent engineers and scientists instead of lawyers we would never have these issues.
The NSA perfoms illegal wiretaps and then the government consults the public over web cookies? What next, rapists asking their victims if they'd object to being given a hicky?
Go, go "team freedom"!
This is my general policy:
If you are incapable of developing to these standards, say, because you don't understand how session cookies should work, then please find another line of work.
Cookies are bad for the health of your website, news site, or blog. Cookies are good for the health of your web application.
Is there anything more to say than Don't share them between sites?
If you login then of course you need a cookie. And using them for stats within one site is not much different to using IP addresses. But it's when you start including invisible images from a 3rd party site that shares the stats between multiple domains, that most people think crosses the line into creepy surveillance.
Login cookies = fine. Telling one site that you visited another site = not ok.
(or to phrase that another way: don't exploit loopholes in the security system)
When I examine my cookies, the first thing I do is look for anything that has an expiration date more than 5 years in the future.
Those cookies are immediately deleted and blocked permanently.
There is no reason but sloth to set a cookie with such a huge number for the time to live.
I hope the government policy sets reasonable times for their cookie policy.
IE, a session cookie should not outlive the session.
You know, it's fucking ridiculous that people harp about cookies, which are entirely under the user's control, but ignore the CSS browser-history hack that allows any site to probe whether you've visited another completely unrelated site.
Wake up people! If you want security, worry about the issues that are actually dangerous, not the ones that just sound the scariest.