[Zope] Using Cookie Data

2000-05-24 Thread Jim
I have a cookie that contains the value of an psql key as its value. I want to retrieve the value and use it to call the psql query method to retrieve the data. The code that I am currently using is dtml-in qryGetCustomer(REQUEST.cookies[Company_Name)] The company record has been

Re: [Zope] Using Cookie Data

2000-05-24 Thread Hannu Krosing
Jim wrote: I have a cookie that contains the value of an psql key as its value. I want to retrieve the value and use it to call the psql query method to retrieve the data. The code that I am currently using is dtml-in qryGetCustomer(REQUEST.cookies[Company_Name)] try quotes: dtml-in