<?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>ComputerHowToGuy.com &#187; sessions</title>
	<atom:link href="http://www.computerhowtoguy.com/tag/sessions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computerhowtoguy.com</link>
	<description>Your how-to computer guide</description>
	<lastBuildDate>Wed, 01 Feb 2012 05:54:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Working with session variables in PHP</title>
		<link>http://www.computerhowtoguy.com/php/working-with-session-variables-in-php/</link>
		<comments>http://www.computerhowtoguy.com/php/working-with-session-variables-in-php/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 01:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sessions]]></category>

		<guid isPermaLink="false">http://www.aratide.com/?p=118</guid>
		<description><![CDATA[Let&#8217;s say you are creating a website where users need to login. How do you track a user&#8217;s id from page to page, or even verify that a user is logged in when they should be? You can use the global $_SESSION variable! The $_SESSION is an array where you can store your variable and [...]]]></description>
		<wfw:commentRss>http://www.computerhowtoguy.com/php/working-with-session-variables-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

