[ Create a new account ]
It'll be useful in keeping state info (ex; Session ID) without Cookies. For example,
<A href="foo.cgi">bar</A>
will be filtered to
<A href="foo.cgi?sid=xxxxx">bar</A>
This module is written by Ikebe-san, one of my colleagues.