<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Working Around CodeIgniters Default Session Library</title>
	<atom:link href="http://blog.cnizz.com/2011/11/12/working-around-codeigniters-default-session-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cnizz.com/2011/11/12/working-around-codeigniters-default-session-library/</link>
	<description>Salt Lake City, Utah Developer / Human / Blogger</description>
	<lastBuildDate>Tue, 18 Jun 2013 21:49:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: chris</title>
		<link>http://blog.cnizz.com/2011/11/12/working-around-codeigniters-default-session-library/comment-page-1/#comment-139332</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 15 Nov 2011 03:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cnizz.com/?p=1318#comment-139332</guid>
		<description><![CDATA[Robert - thanks I may end up using your code instead.

Erik - Yes I may have some refactoring to do. I don&#039;t like storing session data in the database unless I need to. I like PHPs file-based sessions just  fine.]]></description>
		<content:encoded><![CDATA[<p>Robert &#8211; thanks I may end up using your code instead.</p>
<p>Erik &#8211; Yes I may have some refactoring to do. I don&#8217;t like storing session data in the database unless I need to. I like PHPs file-based sessions just  fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://blog.cnizz.com/2011/11/12/working-around-codeigniters-default-session-library/comment-page-1/#comment-139323</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Tue, 15 Nov 2011 02:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cnizz.com/?p=1318#comment-139323</guid>
		<description><![CDATA[sorry to have to make another comment but can&#039;t edit :)

1) Your session is always started in your constructor. Why are you starting it (with error supression) in all your methods?  
2) If you use CI&#039;s ability to store session data in the database you no longer have the limitation of how much data a cookie can store.]]></description>
		<content:encoded><![CDATA[<p>sorry to have to make another comment but can&#8217;t edit <img src='http://blog.cnizz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>1) Your session is always started in your constructor. Why are you starting it (with error supression) in all your methods?<br />
2) If you use CI&#8217;s ability to store session data in the database you no longer have the limitation of how much data a cookie can store.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://blog.cnizz.com/2011/11/12/working-around-codeigniters-default-session-library/comment-page-1/#comment-139321</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Tue, 15 Nov 2011 02:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cnizz.com/?p=1318#comment-139321</guid>
		<description><![CDATA[The find and replace is a bit overkill -- you can simply drop a file in your libraries folder and name it MY_Session.php. Now override whatever methods you want to (or all of the methods) and now you can use your new session library without changing a line of code in the rest of your applications (assuming you implement the same methods with the same parameters)]]></description>
		<content:encoded><![CDATA[<p>The find and replace is a bit overkill &#8212; you can simply drop a file in your libraries folder and name it MY_Session.php. Now override whatever methods you want to (or all of the methods) and now you can use your new session library without changing a line of code in the rest of your applications (assuming you implement the same methods with the same parameters)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://blog.cnizz.com/2011/11/12/working-around-codeigniters-default-session-library/comment-page-1/#comment-138749</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 12 Nov 2011 09:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cnizz.com/?p=1318#comment-138749</guid>
		<description><![CDATA[Here, try this instead, this is a drop-in replacement for CI 2.0

https://gist.github.com/1360305

I borrowed it from somewhere, but now i forget where. Anyways, this tosses out the whole cookie approach and sticks to the tried &amp; true session handler in php.]]></description>
		<content:encoded><![CDATA[<p>Here, try this instead, this is a drop-in replacement for CI 2.0</p>
<p><a href="https://gist.github.com/1360305" rel="nofollow">https://gist.github.com/1360305</a></p>
<p>I borrowed it from somewhere, but now i forget where. Anyways, this tosses out the whole cookie approach and sticks to the tried &amp; true session handler in php.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blog.cnizz.com/2011/11/12/working-around-codeigniters-default-session-library/feed/ ) in 1.28195 seconds, on Jun 19th, 2013 at 5:15 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Jun 26th, 2013 at 5:15 pm UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  blog.cnizz.com/2011/11/12/working-around-codeigniters-default-session-library/feed/ ) in 0.02436 seconds, on Jun 20th, 2013 at 5:57 am UTC. -->