23 Mar
2000
23 Mar
'00
9:10 p.m.
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