From: Geoff Howard
> Christopher Oliver wrote: > > 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? Yep. If there is no reference to cocoon.session no session should be created. So if you get a session if you redirectTo(uri) you discovered an error. One question: Are you sure that you haven't created a session somewhere else? Cheers, Reinhard
