I'm using flow and I want to be sure that user won't go back after flow is executed. I tried calling
cocoon.WebContinuation.invalidate() but it didn't work.
function myflow() { ... var k = cocoon.sendPageAndWait(...); k.invalidate(); ... cocoon.sendPage(...); }
Ugo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
