[Zope] Zope 2.6 cut - copy - paste fails
Dieter Maurer
dieter@handshake.de
Tue, 26 Nov 2002 20:22:25 +0100
Thierry Florac writes:
> On Mon, 2002-11-25 at 20:41, hpinson@indepthl.com wrote:
> > I experience the failure when served behind Apache (using rewrite
> > rules and Site Root object).
>
> I think that you can't copy/cut from one SiteRoot and paste in another
> one...
>
> At least, that's something I can't do...
According to the cookie specification, a cookie is usually not delivered
to a different domain.
With some restrictions, this can be changed with the "domain" parameter
in the cookie definition. But, almost surely, Zope's cut/copy/paste
support does not do this.
Therefore, you cannot copy/cut across different domains.
Dieter