Bug #7564
Dynamic Object Container does not support scope session
| Status: | Closed | Start date: | 2010-04-30 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Robert Lemke | % Done: | 0% |
|
| Category: | Object | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 alpha 14 | |||
| PHP Version: | Complexity: | |||
| Has patch: | FLOW3 version affected: | |||
| Votes: | 0 |
Description
This ends up in a duplication of session objects that are beeing injected before the static object container is built.
So in my eyes there are two things to do:
- Implement session support for the dynamic object container
- initialize the session before the object container in the FLOW3 bootstrap
History
Updated by Karsten Dambekalns almost 3 years ago
Andreas Förthner:
ich hab das bisher nur debugged und festgestellt, dass ganz am anfang wenn mein persistence aspekt schon die session verwenden will oft noch keine da ist weil der dynamic container diese nicht unterstützt, ob das dann schon das gesamte problem löst bin ich mir nicht sicher
also was ich bräuchte wäre eine funktionierende session sobald der erste persistence query abgesetzt wird, ich glaube dazu muss man auch die bootstrap reihenfolge noch etwas anpassen. Du kannst mal schaun was mit deiner session so passiert, bei mir hat er auch gerne mal zwei sessions aufgemacht und im zweifelsfall dann die falsche weiterverwendet
Updated by Robert Lemke almost 3 years ago
- Target version deleted (
1.0 alpha 9)
Updated by Sebastian Kurfuerst over 2 years ago
+1, we really need this also for the widgets -- I just spent a few hours because of this.
Greets,
Sebastian
Updated by Sebastian Kurfuerst over 2 years ago
just forget my last comment, it was a missing @transient on my side which caused the problem... So it's working beautifully :)
Updated by Karsten Dambekalns over 2 years ago
- Status changed from New to Needs Feedback
Updated by Karsten Dambekalns over 2 years ago
- Status changed from Needs Feedback to Closed
- Target version set to 1.0 alpha 14
I consider this obsolete now. If needed, reopen.