in reply to Re^2: State-keeping modules
in thread State-keeping modules

Not really. Both modules have problems, but both are now actively maintained.

Replies are listed 'Best First'.
Re^4: State-keeping modules
by mlh2003 (Scribe) on Mar 03, 2005 at 02:48 UTC
    OK. Thanks for the feedback perrin. I wasn't sure if there was another way around it if cookies were disabled (other than using a hidden form field - but that would require a form with a submit button on each page, whether a form was already on a page or not...)
    --------------------
    mlh2003
      The only other way is URL-rewriting. It's a fair amount of work to get right. Apache::ASP does this for you, and some other mod_perl modules too, but I don't know any that do it for CGI.