<?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>Kurinchi Blogger Scribbles ... &#187; cookie</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/cookie/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>What is the difference between a Cookie and a Session?</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/01/what-is-the-difference-between-cookie-and-session.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/01/what-is-the-difference-between-cookie-and-session.html#comments</comments>
		<pubDate>Mon, 12 Jan 2009 16:22:44 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[user behavior]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=113</guid>
		<description><![CDATA[cookie is a text file that is stored on the client in name => value pairs to identify subsequent requests from the client by the server. Max. size of cookie file is 4k and it is stored on the client&#8217;s hard disk. Cookies are used as a mechanism to establish state and to track user [...]]]></description>
			<content:encoded><![CDATA[<p>cookie is a text file that is stored on the client in name => value pairs to identify subsequent requests from the client by the server. Max. size of cookie file is 4k and it is stored on the client&#8217;s hard disk. Cookies are used as a mechanism to establish state and to track user behavior.<span id="more-113"></span></p>
<p>Disadvantages<br />
* Data that is stored as a cookie is not secure<br />
* Users can disable cookies on their client machine and hence it is not reliable</p>
<p>Session is a piece of identity (for e.g. a hash coded string) to establish state information by the server. Session information is served and stored by the server. A session&#8217;s life is the time during which the browser is kept open and it ceases to exist if the user logs out or closes the browser window. If the session was to be saved in folder, then that folder should not directory acess to prevent any mishap.</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/01/what-is-the-difference-between-cookie-and-session.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

