we have several TYPO3 FLOW projects in development. In all our projects the session handling does not work as expected. We are using FLOW 2.1
On every request, there will be generated a completely new session identifier. There is NO cookie set for identification purposes.
session configuration is the standard configuration from TYPO3:Flow:session: ...
Tested with several browsers, all act the same.
What can be the problem here?