Hi! I'm trying to use cookies via DTML. I need to get information from a cookie and send it to a Query. I find searching on the Zope site frustrating and cannot find any examples on how to GET information from a cookie. Basically, what I am trying to do is push the 'where' statement from one page to another, then to the query. First, is a cookie the best thing to use here? Second, should I use the request object to set the cookie, or can I do it the javascript way. If I need to use DTML, how do I do it? Third, how do I retrieve the information? Thanks in advance, -y ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Yvonne Totty
See Using Cookies with Zope: http://www.zopelabs.com/cookbook/990712571 Thomas On Thu, 8 Jan 2004 10:06:38 -0600, Totty, Yvonne <yvonne_totty@mentorg.com> wrote:
Hi!
I'm trying to use cookies via DTML. I need to get information from a cookie and send it to a Query.
I find searching on the Zope site frustrating and cannot find any examples on how to GET information from a cookie.
Basically, what I am trying to do is push the 'where' statement from one page to another, then to the query.
First, is a cookie the best thing to use here?
Second, should I use the request object to set the cookie, or can I do it the javascript way. If I need to use DTML, how do I do it?
Third, how do I retrieve the information?
Thanks in advance,
-y
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Yvonne Totty
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
participants (2)
-
Thomas Bennett -
Totty, Yvonne