RE: [Zope] Cookies Expiration

2000-11-07 Thread Eric Walstad
Oops, forgot to send this one to the list... -Original Message- From: Eric Walstad [mailto:[EMAIL PROTECTED]] Sent: Friday, November 03, 2000 3:40 PM To: Steve Drees Subject: RE: [Zope] Cookies Expiration Newbie_Alert Hi Steve, Your solution is very cool! I'm going to use

Re: [Zope] cookies don't obey me

2000-10-10 Thread Dieter Maurer
Roland Reumerman writes: 1) When I set a cookie with the path set to the root dtml-call "RESPONSE.setCookie('account',AUTHENTICATED_USER,path='/')" Be careful with "cookies"! The value of a cookie it quite severely restricted (must not contain many characters; you read the cookie

Re: [Zope] cookies

2000-07-20 Thread J. Atwood
http://www.zope.org/Members/BwanaZulia/cookies/index_html That should help. J From: "Vincent Maton" [EMAIL PROTECTED] Date: Tue, 4 Jul 2000 15:45:55 +0200 To: "Zope" [EMAIL PROTECTED] Subject: [Zope] cookies Hello !!! can you tell me how can I use the "cookies" Thank you very much

Re: [Zope] cookies

2000-07-19 Thread Maik.Röder
Hi Vincent ! Vincent Maton schrieb: Hello !!! can you tell me how can I use the "cookies" Just go to the following page: http://zdp.zope.org/portals/developers/sessionmanagement/cookies If you find another resource that we have overlooked, please add it yourself on this page. People can

Re: [Zope] cookies

2000-07-04 Thread Rik Hoekstra
can you tell me how can I use the "cookies" try: dtml-call "RESPONSE.setCookie('blurk', 'nonsens')"/p dtml-if "REQUEST.cookies['blurk']" dtml-var "REQUEST.cookies['blurk']" dtml-else no blurk today /dtml-if Also see the relevant portion of the DTML reference guide

RE: [Zope] Cookies

2000-05-25 Thread Marcus Collins
-Original Message- From: Mabe, Brad [mailto:[EMAIL PROTECTED]] Sent: 25 May 2000 16:29 To: '[EMAIL PROTECTED]' Subject: [Zope] Cookies 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