Basically, i have created a PHP Session Manager, but currently only supports APC. Does anyone want to help extend the session_storage abstract class like i did with session_storage_apc to allow for any of the following:
- Databases (MySQL)
- File Storage
- Memcache
I'll obviously give credit to whoever helps complete the session manager.
http://www.coderprofile.com/coder/VBAssassin/source-codes/17/php-session-manager
Kind regards,
Scott