Hey!, 

Question about Zend_Session, I have already a variable into the session, named 
"current_id", so I want to change it, what I need to do ? something like: 

Zend_Auth::getInstance()->getIdentity()->current_id = $id;
Zend_Auth::getInstance()->getStorage()->write();

Another solution ? maybe using the "__set" method ?

Thx for any help.

Reply via email to