<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; cookie management</title>
	<atom:link href="http://www.ghacks.net/tag/cookie-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 20:14:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Effective Secure Cookie Management</title>
		<link>http://www.ghacks.net/2008/12/10/effective-secure-cookie-management/</link>
		<comments>http://www.ghacks.net/2008/12/10/effective-secure-cookie-management/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 15:33:56 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[cookie management]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[firefox cookies]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[google chrome cookies]]></category>
		<category><![CDATA[internet explorer cookies]]></category>
		<category><![CDATA[internet-explorer]]></category>
		<category><![CDATA[opera cookies]]></category>
		<category><![CDATA[secure cookies]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8878</guid>
		<description><![CDATA[How would an effective and secure cookie management look like? Most users would probably answer that it would make use of whitelists, blacklists and temporary cookies. The whitelist would contain trusted sites that require cookies to function properly. Trust would mean that you would keep the cookies on your system even after closing the session [...]]]></description>
			<content:encoded><![CDATA[<p>How would an effective and secure cookie management look like? Most users would probably answer that it would make use of whitelists, blacklists and temporary cookies. The whitelist would contain trusted sites that require cookies to function properly. Trust would mean that you would keep the cookies on your system even after closing the session to make it comfortable working with the website.</p>
<p>The blacklist would contain websites that should not be allowed to place cookies on the user&#8217;s system. A die hard approach would be to start every new site in the blacklist and move it to either the temporarily allowed sites or the whitelist when needed.</p>
<p>The temporary list would contain sites that would require cookies to work properly but that are not trusted enough &#8211; or where it is not necessary &#8211; to be placed in the whitelist. </p>
<p><span id="more-8878"></span><strong>Firefox:</strong></p>
<p>If you look at the cookie management features in a blank version of Firefox &#8211; that is one without extensions &#8211; you notice that it already comes with a few features that are required. The basic settings are to accept cookies / third partie cookies and keep them until they either expire (that would be set by the webmaster of the website), you close Firefox or to ask the user how he would like to handle the cookies.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/firefox_cookie_management.jpg" alt="firefox cookie management" title="firefox cookie management" width="470" height="452" class="alignnone size-medium wp-image-8879" /></p>
<p>There is also an option to add exceptions. Exceptions handle cookies from websites that are entered by the user this way. Cookies of those websites can either be allowed, blocked or temporarily allowed which would exactly be what we have been looking for.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/exceptions_cookies.jpg" alt="exceptions cookies" title="exceptions cookies" width="405" height="370" class="alignnone size-medium wp-image-8880" /></p>
<p>Now while this might be everything needed it is highly uncomfortable to work with. <a href="https://addons.mozilla.org/en-US/firefox/addon/44">Permit Cookies</a> is a Firefox add-on that makes the whole process easier.</p>
<p><strong>Opera:</strong></p>
<p>Cookie management in Opera <del datetime="2008-12-10T18:26:57+00:00">does not come with an option to whitelist or blacklist websites</del>. Users can accept cookies / third party cookies and also make the browser to disallow all cookies. There is an option to delete new cookies when exiting Opera and an option to ask the user whenever a new cookie is encountered.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/opera_cookies-500x438.jpg" alt="opera cookies" title="opera cookies" width="500" height="438" class="alignnone size-medium wp-image-8881" /></p>
<p>The ability to manage cookies is different to that of Firefox. Opera users can manipulate cookie contents and delete already existing cookies. <del datetime="2008-12-10T18:26:57+00:00">There is however no way to add exceptions.</del></p>
<p>Opera&#8217;s Site Preferences make it possible to configure cookies per website visited.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/opera_site_preferences.jpg" alt="" title="opera site preferences" width="459" height="393" class="alignnone size-medium wp-image-8890" /></p>
<p>This makes it possible to accept or block cookies for specific websites.</p>
<p><strong>Google Chrome:</strong></p>
<p>Google Chrome&#8217;s cookie management consists of one pulldown menu with three options. Users can either allow all cookies, restrict third party cookies or block all cookies. It is possible to take a look a the cookies with the option to search and remove selected ones or all of them.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/google_chrome_cookies-500x440.jpg" alt="google chrome cookies" title="google chrome cookies" width="500" height="440" class="alignnone size-medium wp-image-8882" /></p>
<p><strong>Internet Explorer 7</strong></p>
<p>Internet Explorer 7 comes with sufficient cookie management. Users can use a slider to pick on of six available cookie management options. This ranges from accepting all cookies to blocking them all. In between are restrictions for some first and third party cookies.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/internet_explorer_cookie_management-404x500.jpg" alt="internet explorer cookie management" title="internet explorer cookie management" width="404" height="500" class="alignnone size-medium wp-image-8883" /></p>
<p>Internet Explorer 7 makes use of a whitelist and blacklist to permanently allow or block cookies of specified websites. It&#8217;s also the only browser with options to override automatic cookie handling to configure first-party and third-party cookies in detail. At least in the main menu that is.</p>
<p><strong>Conclusion:</strong></p>
<p><del datetime="2008-12-10T18:30:22+00:00">Firefox and Internet Explorer provide the most options for their users to handle cookies. Everything that is not directly available in Firefox can be added with some extensions. Opera is the only browser that allows cookie manipulation but fails to provide a blacklist and whitelist. Google Chrome on the other hand offers a miserable cookie management.</del></p>
<p>Opera is the web browser with the most extensive options for managing cookies. It is the only browser that makes it possible to manipulate cookies. Firefox users can add this option by installing add-ons for the browser. Both Firefox and Internet Explorer come with enough options to manage cookies including the  possibility to whitelist or blacklist sites.</p>
<p>Google Chrome on the other hand is the only browser that has an inferior cookie management with no options to add websites to a whitelist or blacklist.</p>

	Tags: <a href="http://www.ghacks.net/tag/cookie-management/" title="cookie management" rel="tag">cookie management</a>, <a href="http://www.ghacks.net/tag/cookies/" title="cookies" rel="tag">cookies</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-cookies/" title="firefox cookies" rel="tag">firefox cookies</a>, <a href="http://www.ghacks.net/tag/google-chrome/" title="google chrome" rel="tag">google chrome</a>, <a href="http://www.ghacks.net/tag/google-chrome-cookies/" title="google chrome cookies" rel="tag">google chrome cookies</a>, <a href="http://www.ghacks.net/tag/internet-explorer-cookies/" title="internet explorer cookies" rel="tag">internet explorer cookies</a>, <a href="http://www.ghacks.net/tag/internet-explorer/" title="internet-explorer" rel="tag">internet-explorer</a>, <a href="http://www.ghacks.net/tag/opera/" title="opera" rel="tag">opera</a>, <a href="http://www.ghacks.net/tag/opera-cookies/" title="opera cookies" rel="tag">opera cookies</a>, <a href="http://www.ghacks.net/tag/secure-cookies/" title="secure cookies" rel="tag">secure cookies</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/04/xenocode-web-browser-sandbox/" title="Xenocode Web Browser Sandbox (April 4, 2009)">Xenocode Web Browser Sandbox</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/06/24/why-you-should-restrict-cookie-access/" title="Why you should restrict Cookie Access (June 24, 2008)">Why you should restrict Cookie Access</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/03/21/web-browser-popularity/" title="Web Browser Popularity (March 21, 2009)">Web Browser Popularity</a> (51)</li>
	<li><a href="http://www.ghacks.net/2009/06/21/web-browser-memory-usage-benchmark-gets-it-all-wrong/" title="Web Browser Memory Usage Benchmark Gets It All Wrong (June 21, 2009)">Web Browser Memory Usage Benchmark Gets It All Wrong</a> (15)</li>
	<li><a href="http://www.ghacks.net/2009/09/15/web-browser-have-impact-on-battery-life/" title="Web Browser Have Impact On Battery Life (September 15, 2009)">Web Browser Have Impact On Battery Life</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/10/effective-secure-cookie-management/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
