News Feed
Jobs Feed
Sections




News Archive
Matt Williams' Blog:
Codeigniter Database session fix
August 24, 2010 @ 12:58:15

Matt Williams has a new post to his blog with his own fix to a problem he was having with his CodeIgniter application - the continuous session logouts.

For weeks I tolerated the annoyance of CodeIgniter's Session library logging my out continuously, saying to myself "I works...kind of...I'll fix it later". Eventually the problem started affecting AJAX method calls, large file uploads and simple CRUD operation forms so I began trawling the internet for a fix. After hours and hours, I found that there was no _reliable_ fix to the database sessions library and that the answer was, DON'T USE DATABASES.

The code for the library he found to help with the problem - CI_Native_Session - is included in the post (as written by Dariusz Debowczyk). It uses the native PHP session handling to keep track of the data rather than using a database table to persist users. You can see a demo of it here.

0 comments voice your opinion now!
codeigniter session fix library database


blog comments powered by Disqus

Similar Posts

Christopher Jones' Blog: Vote to have more PHP sessions at Oracle Open World

HowTo Forge: Installing The PHP-MSSQL Module On CentOS 5.0

Jeremy Johnstone\'s Blog: \"Writing Your Own PHP Extensions: How & Why from A-Z\" at OSCON 2006

Zack Curl's Blog: Why Web Application Frameworks Are Great

CodeIgniterPodcast.com: Ep. #4 - Changes to CodeIgniter 2.0 and the Community Branch


Community Events











Don't see your event here?
Let us know!


code interview phpunit conference testing release podcast opinion tool series zendframework2 functional language development unittest framework introduction example object community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework