Re: cocoon.exit();

2006-09-18 Thread jantje
are invalidated!!! But, i don't want users to go back after a logout.. beceause there is still private information visible.. So, beside invalidating the continuations.. is it possible to avoid people using the go back button? thanks and greetings.. Jason Johnston-3 wrote: The cocoon.exit

Re: cocoon.exit();

2006-09-18 Thread Joerg Heinicke
On 18.09.2006 15:20, jantje wrote: But, i don't want users to go back after a logout.. beceause there is still private information visible.. So, beside invalidating the continuations.. is it possible to avoid people using the go back button? This is nothing anybody could ever expect being

Re: cocoon.exit();

2006-09-15 Thread jantje
Hey! thanks for searching and thinking with me.. but no, i can still use the back option in my browser :-( thanks! Dev at weitling wrote: Hi Jan! After I stumbled through the wood not seeing the wood for the trees, it now may be I can help :-) Try using cocoon.exit() to exit

Re: cocoon.exit();

2006-09-15 Thread Jason Johnston
The cocoon.exit() function only stops the current script execution, it does not affect any continuations that have already been created. To do that you need to invalidate those continuations. It looks like you're trying to implement a logout process... is there any reason why you can't just

Re: cocoon.exit();

2006-09-14 Thread Dev at weitling
Slightly off-topic: Where do you find all the descriptions of all those javascript functions? Bye, Florian Jeroen Reijn wrote: Hi Jantje, why do you think the cocoon.exit function is not working? Does it not exit the flowscript without creating a continuation

Re: cocoon.exit();

2006-09-14 Thread jantje
Well, this is just cocoon.exit() from the cocoon documentation! http://cocoon.apache.org greetings Dev at weitling wrote: Slightly off-topic: Where do you find all the descriptions of all those javascript functions? Bye, Florian Jeroen Reijn wrote: Hi Jantje, why do you

RE: cocoon.exit();

2006-09-14 Thread jantje
someone know the answer? Greetings, Jan from Belgium Jeroen Reijn wrote: Hi Jantje, why do you think the cocoon.exit function is not working? Does it not exit the flowscript without creating a continuation? Regards, Jeroen Reijn -Original Message- From: jantje [mailto

RE: cocoon.exit();

2006-09-14 Thread Jeroen Reijn
List Conversation: cocoon.exit(); Subject: Re: cocoon.exit(); Slightly off-topic: Where do you find all the descriptions of all those javascript functions? Bye, Florian Jeroen Reijn wrote: Hi Jantje, why do you think the cocoon.exit function is not working? Does it not exit the flowscript

Re: cocoon.exit();

2006-09-14 Thread Dev at weitling
Hi Jan! After I stumbled through the wood not seeing the wood for the trees, it now may be I can help :-) Try using cocoon.exit() to exit the flow PLUS WebContinuation.invalidate(). Reijn made me look here: http://cocoon.apache.org/2.1/userdocs/flow/api.html#cocoon Greetings, Florian