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