I think you're right. It shouldn't remove the session.
-----Original Message-----
From: Ugo Cei [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 06, 2003 2:48 PM
To: [EMAIL PROTECTED]
Cc: Christopher Oliver
Subject: [Flow] XForm.finish unnecessarily removes session
In the Flow's system.js script, the function XForm.finish calls
cocoon.removeSession(). This is a problem when you're using a session
for other purposes, like for holding a user's profile after
authentication. In this case, calling XForm.finish has the effect of
logging out the user.
Is removing the session really necessary?
Ugo