Greetings all. I am new to Zend (and relatively new to php) and had a question about how to manage overlaps between native php sessions and Zend_Sessions.
I have an app that is served as part of a larger group of apps that all share a common authentication service (a fairly common scenario: Before a user can access any resource within the domain they must be authenticated through the common login page and are then allowed access to any of the resources). In any case, I have written this app using Zend_Session and I am wondering how I handle the fact that the session will have been created by the central login page. Is there a way to merge the existing native php session into my Zend_Session managed session? Can I extract the login information from the session and kill it to be able to start my Zend_Session? If I just revert to the native session will I not be able to store objects? Moving my app from the central auth environment is not an option, but I really like Zend and would like to find a way to continue to use the Zend_Session api. Any help would be appreciated. Thanks in advance, j -- View this message in context: http://www.nabble.com/help-with-existing-sessions-tp18114439p18114439.html Sent from the Zend Framework mailing list archive at Nabble.com.
