Top-rated recipes tagged "session"http://code.activestate.com/recipes/tags/session/top/2005-05-16T11:45:33-07:00ActiveState Code RecipesPass Javascript arrays to PHP (PHP)
2005-05-16T11:45:33-07:00Noah Spurrierhttp://code.activestate.com/recipes/users/103276/http://code.activestate.com/recipes/414334-pass-javascript-arrays-to-php/
<p style="color: grey">
PHP
recipe 414334
by <a href="/recipes/users/103276/">Noah Spurrier</a>
(<a href="/recipes/tags/session/">session</a>).
</p>
<p>This is a Javascript function that will convert a Javascript array to a string in PHP serialized format. You can pass this string to a PHP script and easily unserialize it to a PHP array.</p>
DB_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>