I would call it a workaround, but sessions are now used to store properties of views where we need to display a specific collection or a single post by filters or IDs.
Session properties should be set via the PageController by looking through the passed arguments from the router.
Session properties should be access in the views via a SessionController instance and its get methods.
I would call it a workaround, but sessions are now used to store properties of views where we need to display a specific collection or a single post by filters or IDs.
Session properties should be set via the PageController by looking through the passed arguments from the router. Session properties should be access in the views via a SessionController instance and its get methods.