[FLOW3-general] Session (autostart=false)

"Christian Müller (Kitsunet)" christian.mueller at typo3.org
Sat Oct 22 18:07:14 CEST 2011


Sessions won't be started unless necessary, eg. an object which is 
annotated with scope session is used.
I think the built-in authentication providers all want a session, 
because some of the objects have scope session (so will be saved in the 
session). Maybe you need to write yuor own authentication provider to 
circumvent that.

Christian

On 22/10/11 14:41, Peter Russ wrote:
> Can anyone please show me how to disable session autostart e.g.
> \TYPO3\FLOW3\Security\Athentication\AuthenticationProvider->authenticate
>
> As we have stateless server/server communication we don't need sessions.
>
> Thanks in advance.
>
> Peter
>



More information about the FLOW3-general mailing list