[Zope] How do I pass parms past a redirect?

Pavlos Christoforou pavlos@gaaros.com
Thu, 23 Mar 2000 16:10:35 -0500 (EST)


On Thu, 23 Mar 2000, Garry Hodgson wrote:

> External Method: piece of cake.  real live arglists, like god intended.
> DMTL Doc from form: form variables, mixing hidden vars in for other
> stuff.
> HTML links: cgi-style syntax, leads to ugly URLs.
> 
> is this the right way to do things, or am i missing something?
> 
 You can use one of the Session products (SQLSession or FSSession) to
store arbitrary per session info (even Zope objects) on the server. It is
probably the cleanest solution.

Pavlos