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

On Thu, Sep 17, 2009 at 11:46 AM, Carsten Haese <carsten.ha...@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
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to