I'm not sure if this is even possible, but I thought I'd ask here in case anyone else has experience doing something similar. " I've written an app that needs to be "integrated" into a "portal". Drupal was chosen. However, Drupal starts the session and I use Zend_Session in the ZF app.
1. I could hack Drupal to use Zend_Session. 2. Or is it possible to overide Zend_Session to use the Drupal API calls? 3. Or do I use the Drupal session API calls directly in my ZF app? I don't really want to do 3, because then the app will be tied directly too Drupal. This is no so nice if management decides to change horses - we know how they do. ;) I've done this before with CMSMS. However, CMSMS did not need sessions. I guess the real question is, can I extend Zend_Session_Abstract and use that class instead? It seems possible, and it seems like that would be the neatest way of re- writing my ZF app to work with Drupal. Has anyone done anything like this before that can comment? Thanks! Simon
