News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
DevShed:
Storing PHP Sessions in a Database
May 02, 2007 @ 10:56:00

Taking a break from some of the design patterns tutorials they've been posting, DevShed shows how, in this new article to easily create a system to store the sessions for your users into a database versus the usual file system route.

There are many reasons to utilize sessions when creating a web-based application using PHP. Session information, by default, is stored in a file on your web server. But what if that becomes a problem? In this article, I'll talk about why you might want to move your PHP sessions to a database, and show you how to do it.

They start off looking at the limitations of normal session handling (when it comes to multiple web servers), making special note of the function that can make database session handling easy - session_set_save_handler. From there on out, the tutorial takes you through the setup of a SessionManager class and int implementation - including examples of reading, writing, and cleaning up data from expires sessions.

0 comments voice your opinion now!
tutorial session database sessionsetsavehandler tutorial session database sessionsetsavehandler



Similar Posts

DevShed: Returning Strings from Views with Code Igniter

Mike Naberezny's Blog: Wrapping PHP Functions for Testability

Gonzalo Ayuso's Blog: Moving singleton and factory patterns to Abstract with php 5.3

Zend Developer Zone: Whip Up a Yahoo! Mashup Using PHP

PHP-Learn-it.com: Starting with PHP and AJAX


Community Events









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


job microsoft facebook extension windows release feature zend opinion framework hiphop zendframework benchmark conference codeigniter symfony drupal wordpress developer performance

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