<?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>Arshad :: A Fast Learner's Blog</title>
	<atom:link href="http://rshad.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rshad.wordpress.com</link>
	<description>Just another Wordpress.com weblog</description>
	<lastBuildDate>Sat, 24 May 2008 19:33:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rshad.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Arshad :: A Fast Learner's Blog</title>
		<link>http://rshad.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rshad.wordpress.com/osd.xml" title="Arshad :: A Fast Learner&#039;s Blog" />
	<atom:link rel='hub' href='http://rshad.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Where session actually be saved, client browser or server?</title>
		<link>http://rshad.wordpress.com/2008/05/24/where-session-actually-be-saved-client-browser-or-server/</link>
		<comments>http://rshad.wordpress.com/2008/05/24/where-session-actually-be-saved-client-browser-or-server/#comments</comments>
		<pubDate>Sat, 24 May 2008 19:33:22 +0000</pubDate>
		<dc:creator>rshad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Session]]></category>

		<guid isPermaLink="false">http://rshad.wordpress.com/?p=11</guid>
		<description><![CDATA[Session is the most widely used PHP feature which is being used for security purpose. From beginner to expert, almost all coder feel comfort using session as for its wonderful feature (preserving data across subsequent accesses) . But question is, where actually session data be saved? In client browser URL or in browser cookie? Or, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rshad.wordpress.com&amp;blog=310481&amp;post=11&amp;subd=rshad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Session is the most widely used <span class="blsp-spelling-error">PHP</span> feature which is being used for security purpose.  From beginner to expert, almost all coder feel comfort using session as for its  wonderful feature (preserving data across subsequent accesses) .<br />
But  question is, where actually session data be saved? In client browser URL or in  browser cookie? Or, in server?</p>
<p>First and simple answer is &#8211; session born  in server and lives browser&#8217;s cookie. If cookie is not enabled, it parses to  browser URL as variable (serialized).</p>
<p>Now, how can server remember the  huge number of variables that is registered with session? Specially when <span class="blsp-spelling-error">PHP</span> is installed as <span class="blsp-spelling-error">CGI</span> wrapper, as <span class="blsp-spelling-error">PHP</span> interpreter is created  and destroyed for every page request.</p>
<p>Yes, server needs to save those  data in its physical memory too.<br />
Session creates a file to save its  information at the location assigned by session_save_path() function or set by  session.save_path option.</p>
<p>So, at the final sentence, we can say that  session uses both site memory &#8211; server side (physical file in session_save_path  location) and client side (physical file cookie) or in URL as a variable.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rshad.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rshad.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rshad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rshad.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rshad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rshad.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rshad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rshad.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rshad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rshad.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rshad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rshad.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rshad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rshad.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rshad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rshad.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rshad.wordpress.com&amp;blog=310481&amp;post=11&amp;subd=rshad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rshad.wordpress.com/2008/05/24/where-session-actually-be-saved-client-browser-or-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e24509337bbfe66eaeb815791c8e82d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Arshad</media:title>
		</media:content>
	</item>
		<item>
		<title>Sorry, I have changed my regular blog site</title>
		<link>http://rshad.wordpress.com/2008/05/07/sorry-i-have-changed-my-regular-blog-site/</link>
		<comments>http://rshad.wordpress.com/2008/05/07/sorry-i-have-changed-my-regular-blog-site/#comments</comments>
		<pubDate>Wed, 07 May 2008 11:59:00 +0000</pubDate>
		<dc:creator>rshad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rshad.wordpress.com/?p=10</guid>
		<description><![CDATA[Sorry to say, I am not using this blog anymore, I have changed my blog address and that is arshadinfo.wordpress.com and arshadinfo.blogspot.com. Thanks Arshad<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rshad.wordpress.com&amp;blog=310481&amp;post=10&amp;subd=rshad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sorry to say, I am not using this blog anymore, I have changed my blog address and that is <a title="My current and regular blog site" href="http://arshadinfo.wordpress.com">arshadinfo.wordpress.com</a> and <a title="a crazy learner" href="http://arshadinfo.blogspot.com" target="_blank">arshadinfo.blogspot.com</a>.</p>
<p>Thanks</p>
<p>Arshad</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rshad.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rshad.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rshad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rshad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rshad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rshad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rshad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rshad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rshad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rshad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rshad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rshad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rshad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rshad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rshad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rshad.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rshad.wordpress.com&amp;blog=310481&amp;post=10&amp;subd=rshad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rshad.wordpress.com/2008/05/07/sorry-i-have-changed-my-regular-blog-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e24509337bbfe66eaeb815791c8e82d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Arshad</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome to my blog</title>
		<link>http://rshad.wordpress.com/2006/07/18/welcome-to-my-blog/</link>
		<comments>http://rshad.wordpress.com/2006/07/18/welcome-to-my-blog/#comments</comments>
		<pubDate>Tue, 18 Jul 2006 07:03:48 +0000</pubDate>
		<dc:creator>rshad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://rshad.wordpress.com/2006/07/18/welcome-to-my-blog/</guid>
		<description><![CDATA[Hello everybody, Thank you very much to visit my blog. I am testing all features of WordPress.com blogging system. Soon I am going to add my all blogs and a breif in introduction about me. Till then please wait.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rshad.wordpress.com&amp;blog=310481&amp;post=3&amp;subd=rshad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello everybody,</p>
<p>Thank you very much to visit my blog. I am testing all features of WordPress.com blogging system. Soon I am going to add my all blogs and a breif in introduction about me. Till then please wait.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rshad.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rshad.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rshad.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rshad.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rshad.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rshad.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rshad.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rshad.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rshad.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rshad.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rshad.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rshad.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rshad.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rshad.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rshad.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rshad.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rshad.wordpress.com&amp;blog=310481&amp;post=3&amp;subd=rshad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rshad.wordpress.com/2006/07/18/welcome-to-my-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e24509337bbfe66eaeb815791c8e82d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Arshad</media:title>
		</media:content>
	</item>
	</channel>
</rss>
