Passing Variables WITHOUT Dynamic URLs
Carsten Haese
carsten.haese at gmail.com
Thu Sep 17 11:46:23 EDT 2009
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
More information about the Python-list
mailing list