Model Objects in the Session
2007-01-03
A bit more than a year ago, I wrote about model serialization in session, in which I advocated to implement dump and load methods in your model to only marshal the object’s ID instead of the full object’s properties.
Today, I found about the object_id_session plugin, which has the same purpose, but a different implementation.
blog comments powered by Disqus