[Zope] Cookie problem with Netscape

Schmidt, Allen J. aschmidt@nv.cc.va.us
Thu, 23 Aug 2001 15:58:35 -0400


I have a few pages and the cookies work on IE but not for Netscape 4.77.

There are ads on the page that prompt to set a cookie but the Zope cookies
don't set. Now, if I use expireCookie, I am prompted to set a cookie
"varName='deleted'". Just don't get it...

<dtml-call
"RESPONSE.setCookie('userisvalid',freduser,domain='.ourdomain.com',
path='/MyPath')">


'freduser' is a Zope variable name passed in from a form.

Any thoughts??

Thanks

Allen