<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>HackIX &#187; Zend_Session</title>
	<atom:link href="http://blog.hackix.com/tag/zend_session/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hackix.com</link>
	<description>HackIX: Small Hacks for a Large World</description>
	<lastBuildDate>Thu, 19 Jan 2012 12:50:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
<link>http://blog.hackix.com</link>
<url>http://blog.hackix.com/wp-content/cbnet-favicon/favicon(5).ico</url>
<title>HackIX</title>
</image>
		<item>
		<title>Encrypt session data in PHP</title>
		<link>http://blog.hackix.com/2011/05/encrypt-session-data-in-php/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://blog.hackix.com/2011/05/encrypt-session-data-in-php/#comments</comments>
		<pubDate>Tue, 03 May 2011 16:28:40 +0000</pubDate>
		<dc:creator>Danny Froberg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend_Session]]></category>
		<category><![CDATA[Zend_Session_SaveHandler_DbTable]]></category>

		<guid isPermaLink="false">http://blog.hackix.com/?p=704</guid>
		<description><![CDATA[Zimuel writes; As promised in my last post I present an example of strong cryptography in PHP to secure session data.
This is a very simple implementation that can be used to improve the  security of PHP applications especially in shared environments where  different users have access to the same resources. As you know, [...]]]></description>
		<wfw:commentRss>http://blog.hackix.com/2011/05/encrypt-session-data-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bootstrapping Zend_Translate with a LangSelector Plugin</title>
		<link>http://blog.hackix.com/2010/01/bootstrapping-zend_translate-with-a-langselector-plugin/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://blog.hackix.com/2010/01/bootstrapping-zend_translate-with-a-langselector-plugin/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 16:31:06 +0000</pubDate>
		<dc:creator>Danny Froberg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Translation]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[poedit]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[Zend_Locale]]></category>
		<category><![CDATA[Zend_Registry]]></category>
		<category><![CDATA[Zend_Session]]></category>
		<category><![CDATA[Zend_Translate]]></category>

		<guid isPermaLink="false">http://blog.hackix.com/?p=307</guid>
		<description><![CDATA[As an update to the method of hav­ing every­thing related to Zend_Translate and Zend_Locale in the Boot­strap, here is an alter­na­tive using an Con­troller Plu­gin that does the grunt work of val­i­dat­ing, select­ing and updat­ing the Zend_Locale, Zend_Registry &#038; Zend_Session using Zend_Session_Namespace. And we are using poedit .po &#038; .mo files as the source as usual.]]></description>
		<wfw:commentRss>http://blog.hackix.com/2010/01/bootstrapping-zend_translate-with-a-langselector-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[Working with Zend_Translate and Poedit]]></series:name>
	</item>
		<item>
		<title>Bootstrap Zend_Translate</title>
		<link>http://blog.hackix.com/2010/01/working-with-zend_translate-and-poedit-part-1/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://blog.hackix.com/2010/01/working-with-zend_translate-and-poedit-part-1/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 18:00:55 +0000</pubDate>
		<dc:creator>Danny Froberg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Translation]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[poedit]]></category>
		<category><![CDATA[Zend_Form]]></category>
		<category><![CDATA[Zend_Locale]]></category>
		<category><![CDATA[Zend_Registry]]></category>
		<category><![CDATA[Zend_Session]]></category>
		<category><![CDATA[Zend_Translate]]></category>

		<guid isPermaLink="false">http://blog.hackix.com/?p=168</guid>
		<description><![CDATA[A recurring problem for site developers is implementing a solid way to create and <strong>maintain</strong> multilingual sites, this article series is my feeble attempt to guide you through how to quickly implement the Zend_Translate in an Zend Framework 1.9.x site.
The procedures and best practices for this is unfortunately like training a dog, everyone has a different way of doing it and an opinion, so the methods and code I show here are take out of applications that are <strong>running in production</strong> so if you have a better way of doing it please feel free to comment!.]]></description>
		<wfw:commentRss>http://blog.hackix.com/2010/01/working-with-zend_translate-and-poedit-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[Working with Zend_Translate and Poedit]]></series:name>
	</item>
	</channel>
</rss>

