5 Sep
2003
5 Sep
'03
6:02 p.m.
On Fri, 5 Sep 2003 16:28:37 +0200 GMT B Kjeldstad asked the Zope mailinglist about the following:
I tried both solutions, but I got the same problem now too. The cookie lasted only for the first page I visited. I cheked this out by including <dtml-var REQUEST> on my pages. The cookie is gone..
So maybe it is the browser that's having fun with me?
Does the cookie return when you re-visit the first page? perhaps you're actually only bitten by the cookie path? try (untested): RESPONSE.setCookie('guest','C',path='/') -- Geir Bækholt