[FLOW3-general] Session (autostart=false)

Karsten Dambekalns karsten at typo3.org
Sun Oct 23 20:53:37 CEST 2011


Hi Peter.

On 23.10.11 12:05, Peter Russ wrote:
> So the questions are:
> 1) Can I set this to autostart=false using Objects.yaml
> 2) Could this be handled by Objects.yaml but the feature is not
> implemented yet.
> 3) Is the only option we have to write our own provider class?
> 
> You see our problem: small changes in FLOW3 annotations brakes our
> application. Our preferred solution would be 1) or 2), but never 3)!

Well, keep in mind that until now you had no choice and there was
*always* a session started. Thus it behaves as before in your situation, no?

1/2) would need to be answered by Robert who implemented the session
autostart changes.

3) if it is, it needs to be changed. :)

We'll take a closer look at this next week. The features you ask for
must be possible, otherwise REST authentication (using authentication
headers, API tokens, whatever) would start a useless session as well,
something you definitely don't want, given that REST is inherently
stateless.

Regards,
Karsten


More information about the FLOW3-general mailing list