[FLOW3-general] @scope session
Rens Admiraal
renst3 at e-rank.nl
Wed Dec 30 10:43:57 CET 2009
Hi Andi,
Thanks for your reply. It proved my implementation to be right. I've
kickstarted another package, with a simple class using the @session scope, and
it worked.
The package in which it is not working is a package using the application
firewall and authentication, maybe the error is in the combination of those
and the @session object, but at least I've a working example now, which is a
good start to dig further :-)
Greetz,
Rens
On Wednesday 30 December 2009 00:05:17 Andreas Förthner wrote:
> Hi Rens,
>
> the only class I know of that is currently using the session scope is the
> ContextHolderSession class in the security subpackage of FLOW3. However,
> the class annotation you used should be enough to put the class into
> session scope. The problem seems to be at the object framework's
> initialization. For some reason the session registry is not set correctly
> into the object manager. Have you any custom object configuration for your
> object manager or the session implementation?
>
> Could you please debug lines 562 to 564 in FLOW3/Classes/Core/Bootstrap.php
> if the session registry object is created, initialized and put into the
> object manager correctly?
>
> What system setup do you use? Maybe the session fails to initialize at all?
>
> Hope I could give you a hint.
>
> Greets Andi
>
>
> _______________________________________________
> FLOW3-general mailing list
> FLOW3-general at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general
>
More information about the FLOW3-general
mailing list