ignace Posted November 12, 2008 Share Posted November 12, 2008 I am using the Zend_Session_SaveHandler_DbTable to store my sessions in the database, session data is stored like: Zend_Auth|a:1:{s:7:"storage";O:8:"stdClass":1:{s:4:"role";s:14:"Anonymous user";}} Zend_Auth does not contain __sleep() nor __wakeup() that is the reason why unserialize() doesn't work when i try to unserialize it, so my question now is: how can i "unserialize" this data to be able to work with it? and optional: how is the system actually able to unserialize() this data? Quote Link to comment https://forums.phpfreaks.com/topic/132402-zend_auth-zend_session-zend_session_savehandler_dbtable/ Share on other sites More sharing options...
ignace Posted November 13, 2008 Author Share Posted November 13, 2008 bump Quote Link to comment https://forums.phpfreaks.com/topic/132402-zend_auth-zend_session-zend_session_savehandler_dbtable/#findComment-689472 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.