I'm having a bit of a collision with the naming of the Zend_Session_Namespace
parameter.
What is the convention for the namespace other than "default"? Lets say i want to use it in the frontcontroller, should i name it Zend_Session_Namespace('Zend_Controller');
because the Zend_Auth
convention is Zend_Session_Namespace('Zend_Auth');