[Zope] Using Cookie Data
Oleg Broytmann
phd@phd.russ.ru
Wed, 24 May 2000 17:22:01 +0000 (GMT)
Hi!
On Wed, 24 May 2000, Jim wrote:
> <dtml-in qryGetCustomer(REQUEST.cookies[Company_Name)]>
Correct syntax is <dtml-in "qryGetCustomer(REQUEST.cookies[Company_Name)]">,
but I guess you need to learn any Session Product. There are two of them -
SQLSession and FSSession. Probably, SQLSession is your way to go...
Oleg. (All opinions are mine and not of my employer)
----
Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru
Programmers don't die, they just GOSUB without RETURN.