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

Dave Marshall's Blog: Phpmig - Simple migrations for php

Joe Devon's Blog: How to get your talk accepted, experiences on the advisory board of Semtech & Zend

Lars Tesmer's Blog: PHPUnit: Better Syntax for Expecting Exceptions

Pureform Blog: Memcache & MySQL PHP Session Handler

Enrico Zimuel's Blog: PHP session sharing using Zend Server CE and MS SQL Server


Community Events











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


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

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