<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How-To: Delete a cookie in ASP.NET</title>
	<atom:link href="http://www.hackification.com/2009/01/25/how-to-delete-a-cookie-in-aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackification.com/2009/01/25/how-to-delete-a-cookie-in-aspnet/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 01:29:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Navdeep</title>
		<link>http://www.hackification.com/2009/01/25/how-to-delete-a-cookie-in-aspnet/comment-page-1/#comment-317</link>
		<dc:creator>Navdeep</dc:creator>
		<pubDate>Thu, 25 Jun 2009 12:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackification.com/?p=70#comment-317</guid>
		<description>Its ok but how will to delete cookie with the resposnse.Cookies.remove(&quot;test&quot;);</description>
		<content:encoded><![CDATA[<p>Its ok but how will to delete cookie with the resposnse.Cookies.remove(&#8220;test&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.hackification.com/2009/01/25/how-to-delete-a-cookie-in-aspnet/comment-page-1/#comment-316</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Mon, 26 Jan 2009 08:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackification.com/?p=70#comment-316</guid>
		<description>It&#039;s a common pitfall in most web development languages, including JavaScript. Even languages that implement &#039;delete&#039; methods will ultimately set the cookie to expire.

Other things to watch for are the number of cookies you set and the size of the data strings. All the browsers have differing limits, but IE generally allows 20 cookies of 4KB each. You won&#039;t get any warnings if a cookie isn&#039;t set or an old one disappears, so debugging can be a nightmare.

Use cookies sparingly is probably the best advice.

Incidentally, if you have variables that only retain state on the client side, there is an alternative to session cookies...
http://www.optimalworks.net/blog/2008/web-development/javascript/javascript-nocookie-sessions</description>
		<content:encoded><![CDATA[<p>It&#8217;s a common pitfall in most web development languages, including JavaScript. Even languages that implement &#8216;delete&#8217; methods will ultimately set the cookie to expire.</p>
<p>Other things to watch for are the number of cookies you set and the size of the data strings. All the browsers have differing limits, but IE generally allows 20 cookies of 4KB each. You won&#8217;t get any warnings if a cookie isn&#8217;t set or an old one disappears, so debugging can be a nightmare.</p>
<p>Use cookies sparingly is probably the best advice.</p>
<p>Incidentally, if you have variables that only retain state on the client side, there is an alternative to session cookies&#8230;<br />
<a href="http://www.optimalworks.net/blog/2008/web-development/javascript/javascript-nocookie-sessions" rel="nofollow">http://www.optimalworks.net/blog/2008/web-development/javascript/javascript-nocookie-sessions</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
