Zend Session Namespace

alneto

New Member
I'm having a bit of a collision with the naming of the \[code\]Zend_Session_Namespace\[/code\] 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 \[code\]Zend_Session_Namespace('Zend_Controller');\[/code\] because the \[code\]Zend_Auth\[/code\] convention is \[code\]Zend_Session_Namespace('Zend_Auth');\[/code\]
 
Back
Top