Giovanni Giorgi wrote:
>
> Excuse me,
> 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.
I'm not sure if using hidden fields is a good idea, 'cause
you'll need to changed every HRef to perform a submit (am I right?)
If you don't want to use cookies, I suggest you to use the URL to
store a session identifier. Click on http://www.amazon.com and see
how the URL is automatically updated with a 'cookie'.
Uncookied Bye!
Richie++
PS: As for Comanche, I'm not aware of any session support for it... buy
of course it would be great to have one! :)