Actions
Feature #89382
closedAdd "@scope session" to extbase for object serialization
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2019-10-09
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.2
Tags:
extbase, session, scope, @scope session, object, serialization
Complexity:
Sprint Focus:
Description
Regarding storing domain objects (with different dependencies) into session, it would be a great (!) feature to implement a session scope (annotated like `@scope session`) into extbase. Robert Lemke wrote about this feature in FLOW3 long time ago:
https://www.robertlemke.com/en/blog/session-handling-and-object-serialization.html
It would be really great to be able to easily put any objects into session and restore from session while extbase automatically takes care about removing and restoring any dependencies on serialization and deserialization.
Actions