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=-