Since the login() method calls 'cocoon.createSession()', should the 'logout()' method not invalidate the Session?
Is there a method available in the FOM to do that? I could not work out what ....
I guess
cocoon.session.invalidate()
should do the trick?
Ricardo