You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Ugo Cei <u....@cbim.it> on 2003/03/06 23:48:27 UTC

[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