[Zope] Reading Cookies from port 80
J. Atwood
Jatwood@bwanazulia.com
Wed, 09 Feb 2000 16:22:44 -0500
<dtml-call "REQUEST.has_key('COOKIENAME')">
or
<dtml-if "REQUEST.has_key('COOKIENAME')">
Make sure they are not getting set for just that session.
<dtml-call "RESPONSE.setCookie('COOKIENAME', COOKIENAME, expires='Wed, 19
Feb 2020 14:28:00 GMT')">
Hope this helps,
J
> From: James Punteney <jamesp@mmgco.com>
> Date: Wed, 09 Feb 2000 11:11:55 -0800
> To: zope <zope@zope.org>
> Subject: [Zope] Reading Cookies from port 80
>
> I am trying to read some cookies that are set from the apache webserver
> running on port 80 (using php). When I try to read these cookies from
> within Zope using REQUEST.cookies.keys() the cookies do not show up. The
> only cookies that show up are ones that specify port 8080 within the cookie
> file. Is it possible to read the cookies that just have the domain name
> and not the port number within the cookie file from Zope?
>
> Thanks,
> --James
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )