[Zope] Zope 2.6 cut - copy - paste fails
Dieter Maurer
dieter@handshake.de
Mon, 25 Nov 2002 19:47:50 +0100
hpinson@indepthl.com writes:
> Hi, I just installed Zope 2.6 on Redhat Linux 6.2, and cut, copy,
> paste fails completely in the Zope IDE.
Zope uses cookies to implement the clipboard (and therefore "cut/copy/paste").
You problem description seems to suggest that cookies are disabled.
> ....
> Cookies are on in my Mozilla and IE browser.
Sad...
Do you contact Zope directly or via Apache?
Apache 3.23/24 had problems in delivering cookies reliably.
If the error persists, use a TCPLogger (e.g. Shane's
"TCPWatch") to analyse the communication between browser
and server.
Dieter