Bug #7564

Dynamic Object Container does not support scope session

Added by Andreas Förthner over 5 years ago. Updated over 4 years ago.

Status:Closed Start date:2010-04-30
Priority:Must have Due date:
Assigned To:Robert Lemke % Done:

0%

Category:Object
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 14
PHP Version: Complexity:
Has patch: Affected Flow version:

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

#1 Updated by Karsten Dambekalns about 5 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

#2 Updated by Robert Lemke about 5 years ago

  • Target version deleted (1.0 alpha 9)

#3 Updated by Sebastian Kurfuerst almost 5 years ago

+1, we really need this also for the widgets -- I just spent a few hours because of this.

Greets,
Sebastian

#4 Updated by Sebastian Kurfuerst almost 5 years ago

just forget my last comment, it was a missing @transient on my side which caused the problem... So it's working beautifully :)

#5 Updated by Karsten Dambekalns over 4 years ago

  • Status changed from New to Needs Feedback

#6 Updated by Karsten Dambekalns over 4 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.

Also available in: Atom PDF