[Seaside] Adding domain to a cookie

Philippe Marschall philippe.marschall at gmail.com
Wed Dec 6 17:13:43 UTC 2006


2006/12/6, Ramon Leon <ramon.leon at allresnet.com>:
> > > I'm developing an application with Seaside for which I'm sending a
> > > cookie using #redirectWithCookie: .
> > > This application is deployed on 3 servers that share the
> > same domain
> > > name. I'de like the cookie to be attached to the domain, not to the
> > > server. But I can't find a selector to specify the domain name.
> > >
> > > How can I achieve this ?
> >
> > I hope this can not be done. That would be a from of cross
> > site cookies. Very evil.
> >
> > Philippe
>
> I don't think so, sharing a common cookie for a domain is not violating
> anything, it's common practice.  He's not talking different domains, just
> different servers within a domain, which is perfectly valid.

Well if it's all for the same domain, then I hosetly fail to see the problem.

Philippe


More information about the Seaside mailing list