getIdentity(); echo "
"; 
print_r($_SESSION);
echo "
"; Zend_Debug::dump($_SESSION, $label="_SESSION nach Login: ", $echo=true); $this->view->loginStatus = "Eingeloggt als " . $this->_userNamespace->username; ?>

Zend-Framework Index