<?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>Aratide &#187; sessions</title>
	<atom:link href="http://www.aratide.com/tag/sessions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aratide.com</link>
	<description>programming and software tutorials</description>
	<lastBuildDate>Sat, 20 Feb 2010 08:40:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Working with session variables in PHP</title>
		<link>http://www.aratide.com/php/working-with-session-variables-in-php/</link>
		<comments>http://www.aratide.com/php/working-with-session-variables-in-php/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 01:36:27 +0000</pubDate>
		<dc:creator>Chad Challis</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 <a href="http://www.aratide.com/php/working-with-session-variables-in-php/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.aratide.com/php/working-with-session-variables-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
