You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon unserialization from session scope, objects should be re-injected to populate no serializeable objects that may have been unset using __sleep or the overridden serialize()
The text was updated successfully, but these errors were encountered:
This isn't entirely straight-forward as some dependencies may have been serialized with the object in the session. So when fetching back from the session we only want to re-inject any dependencies that have not been serialised.
At the moment the injector doesn't provide this fine a control over injecting individual properties or methods, so there will need to be some refactoring around there to make this possible.
Upon unserialization from session scope, objects should be re-injected to populate no serializeable objects that may have been unset using __sleep or the overridden serialize()
The text was updated successfully, but these errors were encountered: