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

UPDATE Rewritten due to negative reputation directed at my previously short post (possibly taken as abrupt...)

Thanks perrin.
I'm not using mod_perl at this stage. Are there any other solutions than appending the session id to the query string?

Replies are listed 'Best First'.
Re^3: State-keeping modules
by perrin (Chancellor) on Mar 03, 2005 at 02:31 UTC
    Not really. Both modules have problems, but both are now actively maintained.
      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.