[Zope] setting cookies in a python script? (OmniWeb issue)
Oleg Broytmann
Oleg Broytmann <phd@phd.pp.ru>
Sat, 29 Sep 2001 12:58:29 +0400
On Fri, Sep 28, 2001 at 02:59:42PM -0600, Marc Dumouchel wrote:
> The problem I have is with a browsers such as OmniWeb 4.0.5 (Mac
> OS X). OmniWeb adds the path of the method to the cookie, so
[skip]
> have a Python script execute when it clicked that set the cookie
> properly in OmniWeb (i.e., with a path of '/'). Can I set
> cookies from within a Python script? Any other suggestions to
> solve my problem?
Why Python Script? Just set the cookie with explicit path in DTML.
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.