[Zope] Cookies

Mabe, Brad BRADLEY.D.MABE@saic.com
Thu, 25 May 2000 10:28:43 -0400


I am trying to create a cookie based on the value returned from a sql
method.  The following code fails with an invalid syntax error.

<dtml-in SQL_get_cntry>
  <dtml-call "RESPONSE.setCookie('country_cookie', <dtml-var cntry_cd>)">
<dtml-in>

Any guidance will be greatly appreciated

       -=Brad=-