Hi All, I am trying to store a Zend_Controller_Request_Http instance in the session so I can redirect a user to authentication and then resume the original action - however it would seem that the Zend_Controller_Request_Http does not persist properly my guess is that getParam is an interface to the $_GET and $_POST vars, and when you store the object it does not serialise these variables.
Personally if true I think this behaviour needs to change but does anyone know if it is possible to store this object properly? Rob. -- View this message in context: http://www.nabble.com/Zend_Controller_Request_Http-persistence---storing-in-session-problem-tp19287751p19287751.html Sent from the Zend Framework mailing list archive at Nabble.com.
