Storing PHP sessions in Azure Table Storage
In this Windows Azure SDK for PHP, it looks like doesn't implemented a Session Handler for PHP. I was found that there is do exist in the CodePlex project, but it just said "Deprecated in favor of the new SDK on GitHub".
So are you going to implement a new version of PHP Session Handler in this new Windows Azure SDK for PHP?
It really isn't that difficult to write up a small library yourself that does this.
That's true! But it will be nice if someone wrote it and well tested. ^^
I wrote up in my spare time.
https://github.com/interslice/azure-session-handler
@thaiphan, thanks for the good work. Our team will review it and decide if we will include in the next release.
Thanks yaqi