Yes. That is a feature of the new FOM: it always creates a session. The original API had createSession() and removeSession(). Those functions were removed from FOM.
I thought that was only supposed to happen after a reference to cocoon.session, or when a continuation is created. Can someone confirm?
Geoff
Geoff Howard wrote:
Speaking of session handling in flow, (I think) I noticed last night that doing a redirectTo(uri) appears to (sometimes?) create a session.
At least, I was getting a jsessionid; in the urls in testing out the sample I put in the eventcache block.
Is that correct behavior? In that case, I was doing very stateless flow, and didn't really want sessions created.
Geoff