<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>TEMPESTINI.NET &#187; Browser</title>
	<atom:link href="http://tempestini.net/tag/browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://tempestini.net</link>
	<description>Observations in Software Development</description>
	<lastBuildDate>Mon, 21 May 2012 17:18:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tempestini.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>TEMPESTINI.NET &#187; Browser</title>
		<link>http://tempestini.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tempestini.net/osd.xml" title="TEMPESTINI.NET" />
	<atom:link rel='hub' href='http://tempestini.net/?pushpress=hub'/>
		<item>
		<title>Permanent vs. Temporary Cookies</title>
		<link>http://tempestini.net/2007/08/18/permanent-vs-temporary-cookies/</link>
		<comments>http://tempestini.net/2007/08/18/permanent-vs-temporary-cookies/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 13:27:05 +0000</pubDate>
		<dc:creator>Rick Tempestini</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Cookies]]></category>

		<guid isPermaLink="false">http://vbasp.wordpress.com/2007/08/18/permanent-vs-temporary-cookies/</guid>
		<description><![CDATA[Cookies, by default, when created using the following code sample, expire when the browser closes: If, however, the Expires property is set to a date and time in the future of the current date and time, a persistent cookie file will be written to the local client hard drive. For Internet Explorer, cookies are placed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tempestini.net&#038;blog=662943&#038;post=243&#038;subd=vbasp&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Cookies, by default, when created using the following code sample, expire when the browser closes:</p>
<p><a href="http://vbasp.files.wordpress.com/2007/08/code-sample-cookie-no-expiration.jpg" title="code-sample-cookie-no-expiration.jpg"><img src="http://vbasp.files.wordpress.com/2007/08/code-sample-cookie-no-expiration.jpg" alt="code-sample-cookie-no-expiration.jpg" /></a></p>
<p>If, however, the Expires property is set to a date and time in the future of the current date and time, a persistent cookie file will be written to the local client hard drive. For Internet Explorer, cookies are placed in the c:\Documents and Settings\[user_name]\Cookies directory.</p>
<p>Therefore, the code sample below will write a permanent cookie to the clients hard drive because the Expire property was set to a time in the future.</p>
<p><a href="http://vbasp.files.wordpress.com/2007/08/code-sample-cookie-with-expiration.jpg" title="code-sample-cookie-with-expiration.jpg"><img src="http://vbasp.files.wordpress.com/2007/08/code-sample-cookie-with-expiration.jpg" alt="code-sample-cookie-with-expiration.jpg" /></a></p>
<p>Now, looking into my local cookies directory I see my new cookie file:</p>
<p><a href="http://vbasp.files.wordpress.com/2007/08/file-explorer-with-new-cookie.jpg" title="file-explorer-with-new-cookie.jpg"><img src="http://vbasp.files.wordpress.com/2007/08/file-explorer-with-new-cookie.jpg" alt="file-explorer-with-new-cookie.jpg" /></a></p>
<p>If I open the cookie, I can now see the name of the cookie &#8220;TestCookie&#8221; and the name-value pair that I stored in the cookie: setting1-test.</p>
<p><a href="http://vbasp.files.wordpress.com/2007/08/test-cookie.jpg" title="test-cookie.jpg"><img src="http://vbasp.files.wordpress.com/2007/08/test-cookie.jpg" alt="test-cookie.jpg" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vbasp.wordpress.com/243/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vbasp.wordpress.com/243/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vbasp.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vbasp.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vbasp.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vbasp.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vbasp.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vbasp.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vbasp.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vbasp.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vbasp.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vbasp.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vbasp.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vbasp.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vbasp.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vbasp.wordpress.com/243/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tempestini.net&#038;blog=662943&#038;post=243&#038;subd=vbasp&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tempestini.net/2007/08/18/permanent-vs-temporary-cookies/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94258dc22f658263fcfe9c32b6c813a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rick Tempestini</media:title>
		</media:content>

		<media:content url="http://vbasp.files.wordpress.com/2007/08/code-sample-cookie-no-expiration.jpg" medium="image">
			<media:title type="html">code-sample-cookie-no-expiration.jpg</media:title>
		</media:content>

		<media:content url="http://vbasp.files.wordpress.com/2007/08/code-sample-cookie-with-expiration.jpg" medium="image">
			<media:title type="html">code-sample-cookie-with-expiration.jpg</media:title>
		</media:content>

		<media:content url="http://vbasp.files.wordpress.com/2007/08/file-explorer-with-new-cookie.jpg" medium="image">
			<media:title type="html">file-explorer-with-new-cookie.jpg</media:title>
		</media:content>

		<media:content url="http://vbasp.files.wordpress.com/2007/08/test-cookie.jpg" medium="image">
			<media:title type="html">test-cookie.jpg</media:title>
		</media:content>
	</item>
	</channel>
</rss>
