I’m using Zend_Auth to store session values after login. My question is: let’s say the user has changed his email/first name after login, how can I reflect this in the session?
When I do Zend_Auth::getInstance(); after editing the profile it returns the old values.
Not tested but i think you could use: