<?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>Profissionais Web &#187; autenticação</title>
	<atom:link href="http://profissionais.ws/tag/autenticacao/feed" rel="self" type="application/rss+xml" />
	<link>http://profissionais.ws</link>
	<description>Web WebDesign, WebMaster, Programação, Reviews, dicas, novidades, tutoriais, tendências e opiniões sobre web, info e tecnologia digital em geral</description>
	<lastBuildDate>Wed, 01 Feb 2012 17:17:00 +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>Autenticação (login) HTTP com Logout no PHP</title>
		<link>http://profissionais.ws/programacao/php/autenticacao-login-http-com-logout-no-php.html</link>
		<comments>http://profissionais.ws/programacao/php/autenticacao-login-http-com-logout-no-php.html#comments</comments>
		<pubDate>Sat, 30 Jan 2010 17:16:12 +0000</pubDate>
		<dc:creator>Jordan Miguel</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[autenticação]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[logout]]></category>

		<guid isPermaLink="false">http://profissionais.ws/?p=2023</guid>
		<description><![CDATA[Venho aqui para mostrar como fazer sistema de autenticação por HTTP, que é um dos sistemas mais seguros que existem, se for bem usado. Bom.. A sintaxe é esta: if (!isset($_SERVER[&#039;PHP_AUTH_USER&#039;])) { header(&#039;WWW-Authenticate: Basic realm=&#38;quot;Autenticação&#38;quot;&#039;); header(&#039;HTTP/1.0 401 Unauthorized&#039;); echo &#039;Se cancelar&#039;; exit; } else {} Lendo o código.. Se não estiver valor na variavel $_SERVER['PHP_AUTH_USER'] [...]]]></description>
		<wfw:commentRss>http://profissionais.ws/programacao/php/autenticacao-login-http-com-logout-no-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

