Popular recipes by Lawrence O http://code.activestate.com/recipes/users/2180633/2004-11-28T22:16:52-08:00ActiveState Code RecipesDB_eSession PHP class facilitates having sessions stored in a MySQL database. (PHP)
2004-11-28T22:16:52-08:00Lawrence Ohttp://code.activestate.com/recipes/users/2180633/http://code.activestate.com/recipes/347808-db_esession-php-class-facilitates-having-sessions-/
<p style="color: grey">
PHP
recipe 347808
by <a href="/recipes/users/2180633/">Lawrence O</a>
(<a href="/recipes/tags/session/">session</a>).
</p>
<p>DB_eSession is a feature packed PHP class that stores session data in a MySQL database rather than flat files. It is powerful, designed with security in mind, and yet easy to utilize. The web site has a full package download containing example scripts too.</p>