Hi!
First of all, this forum is the best forum of Zend Framework I have found on the internet!
I have a question about Zend_Auth's namespace in session. Is safe to store some logged user data in the Zend_Auth namespace (created automatically by autentication)?
What do you recomends for storing other user data in session, to be available in a whole application? Can I use Zend_Auth namespace or its better to create another one?
Thank you!