[mod_python] Newbie Question

Clodoaldo clodoaldo.pinto.neto at gmail.com
Thu Apr 10 11:36:24 EDT 2008


2008/4/10, mail-lists <mail-lists at peachnet.com>:
> Hello,
>
>  I have a quick question and it might be very silly:
>
>  How do I pass variables between pages short of building a query string into
> the URL? Is there a way to set variables in the request object?
>
>  What I'm trying to do is the following:
>
>  user fills out a form
>  form calls saveform function
>  input is validated
>  if not valid input return to the form with user values filled out.
>
>  So far the only way I manage to do this is with a query string. I am just
> wondering if there's a more elegant way to do this?

In instead of GET use POST. Or is there something I'm missing?

Regards, Clodoaldo


More information about the Mod_python mailing list