Passing Variables WITHOUT Dynamic URLs

Victor Subervi victorsubervi at gmail.com
Thu Sep 17 12:39:30 EDT 2009


Session variables, yes. That is what I need. Thanks,
V

On Thu, Sep 17, 2009 at 11:46 AM, Carsten Haese <carsten.haese at gmail.com>wrote:

> Victor Subervi wrote:
> > Right. Bad example on my part. How about if I want to pass a cookie from
> > page to page? Or some data called up from a database query?
>
> Cookies are also passed in the header.
>
> Results from a database query are best left on the server rather than
> passing them back and forth between server and client. You should look
> into the concept called "session variables".
>
> HTH,
>
> --
> Carsten Haese
> http://informixdb.sourceforge.net
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090917/57422d88/attachment-0001.html>


More information about the Python-list mailing list