<?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>Appuntiphp.com &#187; login</title>
	<atom:link href="http://www.appuntiphp.com/tag/login/feed" rel="self" type="application/rss+xml" />
	<link>http://www.appuntiphp.com</link>
	<description>Il blog italiano su PHP e MySQL</description>
	<lastBuildDate>Thu, 08 Apr 2010 09:34:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sistema di login in PHP con i cookies, senza database</title>
		<link>http://www.appuntiphp.com/2010/02/login-php-cookies-senza-database.html</link>
		<comments>http://www.appuntiphp.com/2010/02/login-php-cookies-senza-database.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 14:11:02 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Tutorial PHP]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[login pgp]]></category>

		<guid isPermaLink="false">http://www.appuntiphp.com/?p=309</guid>
		<description><![CDATA[L&#8217;autenticazione ad un sito è un elemento molto importante per la gestione dei contenuti; il sistema di login si implementa sia per l&#8217;accesso riservato degli utenti (ed in questo caso è necessario utilizzare un database) oppure per permettere all&#8217;amministratore di gestire il sito stesso, ed in questo caso non è necessario implementare il sistema di [...]]]></description>
		<wfw:commentRss>http://www.appuntiphp.com/2010/02/login-php-cookies-senza-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autenticazione di rete con PHP ed Apache</title>
		<link>http://www.appuntiphp.com/2010/01/autenticazione-rete-php-apache.html</link>
		<comments>http://www.appuntiphp.com/2010/01/autenticazione-rete-php-apache.html#comments</comments>
		<pubDate>Fri, 29 Jan 2010 13:47:34 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Tutorial PHP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[autenticazione]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[username]]></category>

		<guid isPermaLink="false">http://www.appuntiphp.com/?p=233</guid>
		<description><![CDATA[Vediamo in questo tutorial un sistema molto semplice per effettuare un login con PHP, sfruttando il servizio di autenticazione di rete del Web Server su cui viene eseguito, ovvero Apache.
Non occorre predisporre una pagina HTML con un form che chiederà username e password, dato che il modulo viene restituito direttamente dal Web Server sotto forma [...]]]></description>
		<wfw:commentRss>http://www.appuntiphp.com/2010/01/autenticazione-rete-php-apache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Le sessioni in PHP</title>
		<link>http://www.appuntiphp.com/2010/01/sessioni-php.html</link>
		<comments>http://www.appuntiphp.com/2010/01/sessioni-php.html#comments</comments>
		<pubDate>Thu, 28 Jan 2010 11:55:23 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Guida PHP]]></category>
		<category><![CDATA[creare una sessione]]></category>
		<category><![CDATA[distruggere le sessioni]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[logout]]></category>
		<category><![CDATA[php session]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[session start]]></category>
		<category><![CDATA[sessione]]></category>
		<category><![CDATA[sessioni]]></category>
		<category><![CDATA[unset]]></category>

		<guid isPermaLink="false">http://www.appuntiphp.com/?p=30</guid>
		<description><![CDATA[Le sessioni sono variabili del server che servono a gestire la sessione di navigazione dell&#8217;utente e non solo. Simili ai cookies ma più sicure perchè dipendono meno dal browser dell&#8217;utente, le sessioni vengono in genere impiegate per gestire aree riservate oppure per ottemperare a funzionalità di controllo per le quali si sceglie di usarle al [...]]]></description>
		<wfw:commentRss>http://www.appuntiphp.com/2010/01/sessioni-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

