News Feed
Jobs Feed
Sections




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.

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


blog comments powered by Disqus

Similar Posts

KillerPHP Blog: PHP Video: Processing Forms with PHP - part 2

Stefan Mischook's Blog: Object Oriented PHP Videos are now out!

PHPMaster.com: Writing Custom Session Handlers

Zend Developer Zone: Using a Plugin to Integrate Propel with Zend

Oracle Technology Network: Integrate PHP & Java Applications w/Oracle WebLogic Server & Zend Server


Community Events











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


testing application functional composer series podcast api interview example framework language community unittest release development zendframework2 phpunit introduction opinion code

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