Should I Disable or Enable Cookies?
Friday, December 23rd, 2005As an IT Pro, that´s a question I sometimes get asked and although I have to advise them from a IT point of view taking into account security issues, I am primarily a web developer and so have to consider that as well. Well, here´s my advise from both points of view. Read it and do what you think is best.
Firstly, there are two main types of cookies - First- and Third-party cookies. First party I will deal with in a moment. Third party cookies are cookies that are loaded and saved by a domain other than the one you are on, and are primarily used for advertisement tracking to allow advertising companies to track the types of sites you look at and then when you visit a site that has one of their adverts on, they will display one that is more relavent to you.
Although in a security sense these are nowhere as near as dangerous as a virus or peice of spyware, I generally disable them as they could be a nuisance. Some browsers and IE6 by default now allow first-party cookies and block third-party cookies so you don´t really have to worry about them too much these days.
So, on to First-party cookies. These are a text file containing bits of information placed there and accessible only by the domain you are currently visiting. From a security point of view, I still think they are pretty much harmless. They can´t do anything destructive to the PC, they´re a text file…. But what are the downsides? Well, they can be used to track your progress around a site, but any half-capable web developer can use session tracking to track your progress through the URL anyway.
There is also the fact that they can be used to identify you when you return to a site. Some might consider this an invasion of privacy and want to disable cookies based on this, but in this case I would consider it from a web developer point of view and consider the benefits. Cookies are highly useful for tracking you for other purposes such as login scripts on membership sites or for shopping baskets on online ordering sites.
So my advice is to disable Third-party cookies, enable First-party cookies and if you´re worries about privacy, just delete all your cookies once in a while.