News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Using node.js to store PHP sessions
July 25, 2011 @ 11:43:45

Gonzalo Ayuso has an interesting new post today looking at how to go cross-technology in your application and store your PHP sessions in a basic Node.js instance.

We use sessions when we want to preserve certain data across subsequent accesses. PHP allows us to use different handlers when we're using sessions. The default one is filesystem, but we can change it with session.save_handler in the php.ini. session.save_handler defines the name of the handler which is used for storing and retrieving data associated with a session. We also can create our own handler to manage sessions. In this post we're going to create a custom handler to store sessions in a node.js service.

He includes the full code you'll need (also here on github) to make a custom session handling class on the PHP side and some simple unit tests done on the Node.js side to ensure for proper handling and garbage collection.

0 comments voice your opinion now!
nodejs session handler custom serialize unittest


blog comments powered by Disqus

Similar Posts

Dhiraj Patra's Blog: Caching PHP Programs with PEAR

Rob Allen's Blog: Vagrant in Zend Framework 1

Ian Selby's Blog: Weird PHP Seg Faults & Custom Session Handlers

ProWebDeveloper.info: Reducing Database Load with Secure Client-side Sessions

Christopher Kunz\'s Blog: Strict session handling in PHP


Community Events











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


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

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