Hi, i have problem with the use of $this-persistent. I have two object: Profiles and Lists. I perform a query on a profile to retrieve the associated lists element. So the result is a complex object with phalcon information and the array of the resulted query. If i put this object inside $this->persistent, insiede the same action (action1) i can retrieve and manage the information from persistent. But if i browse from action1 to action2, the result of an access to the object inside persistent return me null.

Do you have any idea about this?

Thank you