> I'd like to build a small web site with a user/login area.
> The idea is to allow users to personalize the view on the Swiki.
> I'd like to use the concept of a session without using cookie.
> How can I do it with with comanche and Swiki Beta 9?
You should try doing this with the security file. You will find that the
request carries around the security element of the user. Thus, you can
get their name and perhaps do something with that. I'd suggest using
Swiki Beta 10 though, because the security module is more flexible there.
Once you get your UI figured out, this shouldn't take long to implement.
Please keep me in the loop as to what you accomplish.
Peace and Luck!
Je77