The fix discussed in SecurityAlert-CVE-2009-1339 is not complete fix for CSRF kind of attacks.
Examples can provided on request. I can post the examples to this proposal/Bug once CSRF is fixed for TWiki
Description and Documentation
We can have fix based on tokens:
Create the token for each forms which modify the content of TWiki topics/metadata's
The token's are accompanied with the requests of various actions like "save", "register", "comment".
The valid tokens are verified while performing the secured actions. The successfully verified tokens expired from token database.