<?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>Dots Open &#187; Sessions</title>
	<atom:link href="http://www.dotsopen.com/tag/sessions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotsopen.com</link>
	<description>All About Open Sources</description>
	<lastBuildDate>Thu, 19 Aug 2010 16:26:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Advantages of Php Authentication</title>
		<link>http://www.dotsopen.com/2007/05/advantages-of-php-authentication/</link>
		<comments>http://www.dotsopen.com/2007/05/advantages-of-php-authentication/#comments</comments>
		<pubDate>Wed, 23 May 2007 07:20:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Permission Management]]></category>
		<category><![CDATA[Sessions]]></category>
		<category><![CDATA[Undefined Function]]></category>

		<guid isPermaLink="false">http://www.dotsopen.com/?p=102</guid>
		<description><![CDATA[<p>
We discussed there that HTTP Basic Authentication has a number of drawbacks, and that you can avoid those with PHP-based authentication.The PHPLib features sophisticated classes for handling user authentication and permission management. The PHPLib authenticates sessions; thus it depends on the Session class.On those pages in which you need authentication, the following page_open() call should be made to instantiate a session and authentication object:page_open(array(“sess” => “Session_Ex ...  <a href='http://www.dotsopen.com/2007/05/advantages-of-php-authentication/' rel="nofollow">Read the rest</a></p>]]></description>
			<content:encoded><![CDATA[<p>
We discussed there that HTTP Basic Authentication has a number of drawbacks, and that you can avoid those with PHP-based authentication.The PHPLib features sophisticated classes for handling user authentication and permission management. The PHPLib authenticates sessions; thus it depends on the Session class.On those pages in which you need authentication, the following page_open() call should be made to instantiate a session and authentication object:page_open(array(“sess” => “Session_Ex ...  <a href='http://www.dotsopen.com/2007/05/advantages-of-php-authentication/' rel="nofollow">Read the rest</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dotsopen.com/2007/05/advantages-of-php-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
